Text to execute
This page is used to enter that will be executed. It contains three elements:
-
Edit box - here you type your commands. You can open a file using the File::Open...
, menu item
-
OEM to ANSI conversion
- because console software uses OEM encoding it is convenient to convert
all output to ANSI code page. Usually there is no reason to uncheck this check
box
-
Test execution button - give you an ability to test your code
before it is compiled into an executable module. When you press this button the
application switches to the Execution log page
where all output is shown
Note:
The application automatically adds the exit
command in the end of your script so you need not to add this command in the
end of your script.