Command Line Options File
Jump to navigation
Jump to search
A useful way to specify command line options is to use a text file named options.txt placed in the same directory as the simulation executable. This text file may be edited so that each command line option is on one line of the file. An example options.txt is shown below:
-x -l -notrains -simspeed
The above options.txt file enabled Developer mode, logging, disallows trains, and allows free simulation speed.