Starting Embed from a BAT file

When you only care about the final results of a simulation and you are not interested in looking at the simulation graphically, you may want to create a BAT file that contains command line arguments to start Embed with a specific diagram and execute the diagram without user interference.

To create a BAT file

      Use any editor to create a BAT file that contains the following:

<install-directory>\vissim32.exe -arg1 -arg2 -arg3complete-path-to-block-diagram.vsm

If you enter more than one argument, separate them with spaces. The diagram name must be specified last.

To execute the batch file

      In the Windows Explorer, double-click the BAT file name

      At an MS-DOS shell prompt, enter the BAT file name