|
MyBASIC2 App |
|
|
The MyBASIC2 Application is a command line utility to compile, run and protect MyBASIC2 programs. Programs started with the application runs in a command line environment and uses standard input and output I/O.
Format
MyBASIC2 [/qualifiers] [dependency-file(s),...] input-file [output-file]
Example:
c:\> MyBASIC2 c:\> MyBASIC2 /debug:GUI Hello c:\> MyBASIC2 /compile /waitkey one.bas,two.bas,three.bas three.bac
|