Winbatch |
Winbatch is a scripting language designed to run under Microsoft Windows. It is installed as an editor / interpreter / dialog designer application that permits the writing and testing of scripts. Winbatch is a true computer language as it supports variables, conditional flow of control, and subroutines. Winbatch programs are run by an interpreter. Although a compiler is available, this binds the interpreter together with the pseudo-code into an executable file, so the code is still interpreted. Winbatch is developed by Wilson WindowWare and was released in 2000 (date is very approximate).
=Hello world=
Here is the Winbatch Hello World program:
;Comments start with semi-colons, like this ;Stereotypical Hello World program Message( Hello , World )
=External links=
*[http://www.winbatch.com/ Official web site]|
|