Winbatch

Winbatch
Developer(s) Wilson WindowWare
Stable release
2017B / April 12, 2017 (2017-04-12)[1]
Operating system Microsoft Windows
Type Scripting language Automation GUI utility
License Proprietary
Website www.winbatch.com

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). In 2017 Wilson WindowWare retired and Winbatch was acquired by newly formed Island Lake Consulting LLC.

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

  1. "What's New in WinBatch". Official website. Retrieved 2017-05-28.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.