Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
7 user(s) are online (6 user(s) are browsing encyclopedia)

Members: 0
Guests: 7

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

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]