|
Command-line options
The command-line options for OmniMark Professional Batch Compiler are listed below. Many command line options have short forms.
Options for compiling OmniMark programs
- To specify the file containing the OmniMark source script, use one of the following
- -s sourcefile.xom
- -source sourcefile.xom
- -src sourcefile.xom
- To specify the OmniMark source program and to suppress printing of the identification banner, use one of the following:
- -sb sourcefile.xom
- -sourcebrief sourcefile.xom
- To compile a program from stdin (for example, your keyboard) use the following:
where any-file.txt is a dummy file that can be any file you choose, and will not be included in your compiled OmniMark application.
- -term any-file.txt
- To specify the name of your compiled OmniMark script when you compile, use one of the following:
- -save compiledfile.xvc
- -csc compiledfile.xvc
Other command line options
- To generate a licence request key (for Unix users), which OmniMark Professional Batch Compiler will write to standard output:
-reqkeygen "SN-Yy3X-ptdi-gpa-u[4" [email protected] "Machine Sol23"
- To suppress printing of the identification banner, specify:
- -brief
- To use a command-line arguments file, specify one of the following:
For details on creating and using arguments files, see the Using arguments files section.
- -f filename
- -argsfile filename
- To have your compiled program show a function-call trace when it is executed, specify:
- -ftrace
- To print a brief on-line help message from the command line and exit, specify:
- -help
- To specify a path to the include files, use one of the following:
- -i path
- -include path
- To force OmniMark Professional Batch Compiler to ignore include paths specified in environment variables and Windows registry entries, specify:
- -noenvarg
- -noea
- To specify a file to which OmniMark Professional Batch Compiler will write a log message if the compile has failed, specify one of the following:
- -log testprogram.log (to overwrite existing log file)
- -alog testprogram.log (to append to the existing log file)
- To display compile-time statistics, specify:
- -stats
- To display the version of OmniMark Professional Batch Compiler, specify:
- -version
- To display the authorization key for your OmniMark Professional Batch Compiler, specify:
- -authkey
OmniMark 7.1
EUM105-0204, generated: March 17, 2004 at 02:51:51 pm
If you have any comments about this section of the documentation, send email to
[email protected]