Winbatch

Winbatch is a Microsoft Windows scripting language developed by Wilson WindowWare. Its environment includes an interpreter and a code editor along with a dialog designer and optional compiler to create self-contained executables.

Its language structure and syntax is a cross between DOS batch command, Basic and C. It has been developed over the years with functions added and support for things like .Net, ActiveX controls, COM (OLE), Unicode, UAC and code signing for Vista and Windows 7 etc.

History

Wilson WindowWare was founded in 1989 with the product Command Post.

In 1991, the menuing language in Command Post became WinBatch. Shortly after that, a corporate version was released which included a code binder (a program that combines a bytecode version of a program along with an interpreter).

Documentation

Documentation is available in German, Spanish and Japanese languages.

Hello world

Here is the Winbatch Hello World program:

Message("Sample","Hello World!")

WinBatch Extenders

Extenders add additional commands to the WinBatch programming language. A few popular extenders are included with the default WinBatch installer, with additional extenders available for download.

See also

This article is issued from Wikipedia - version of the 2/1/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.