Page 1 of 1

Command-line options

Posted: Fri Feb 28, 2014 5:23 am
by useful
Can some details about the use without the IDE?

c:\Sys\SpiderBasic\Compilers>sbcompiler /?

PBCompiler "Filename"

Options:
--------

/DEBUGGER: Enable the debugger
/EXE "Filename": Create an executable to the given filename
/QUIET: Disable all unnecessary textoutput
/COMMENTED: add comments to the javascript output
/RESIDENT "Filename": Create a resident file to the given filename
/IGNORERESIDENT "Filename": ignore the given resident
/LINENUMBERING: Enable line numbering in the final executable for OnError
/STANDBY: Wait for external commands (editor, scripts...)
/SUBSYSTEM "Name": Use this subsystem to replace a set of internal functions
/CONSTANT Name=Value: Declare a new constant at compile time
/CHECK: Check the syntax only, doesn't create/launch the executable

/OPTIMIZEJS: Create an optimized javascript output

/LANGUAGE "Language": Uses the specified language for the compiler

/VERSION: Display the version of the compiler