<< Click to Display Table of Contents >> Navigation: Appendix > Command line options |
Use the tile option to automatically activate a tile. For example, you can go directly to Print Tickets when Dispatch opens:
-tile print-tickets
Instead of selecting the first scale definition, use the scale-name option to specify a specific scale definition by it's Name property.
-scale-name Scale3
Use the settings-folder option to specify an alternate location of settings files. If you specify this option, Dispatch will look for settings in the alternate location first, and then, if the file is not found, open the layout file located in the default folder.
Dispatch understands and can use environment variables if they are present in the folder name.
This is the equivalent to the default location:
-settings-folder %Public%\Documents\CanScale\Dispatch 3.2
You could some or all of the setting files in a user specific folder.
-settings-folder %UserProfile%\Documents\CanScale\Dispatch 3.2
You could store some or all of the setting files on a network drive.
-settings-folder \\jerry\Public\CanScale\Dispatch 3.2
Use the layout-folder option to specify an alternate location of layout files. If you specify this option, Dispatch will look for layout in the alternate location first, and then, if the file is not found, open the layout file located in the default folder.
Dispatch understands and can use environment variables if they are present in the folder name.
This is the equivalent to the default location:
-layout-folder %Public%\Documents\CanScale\Dispatch 3.2\Layout
You could some or all of the setting files in a user specific folder.
-layout-folder %UserProfile%\Documents\CanScale\Dispatch 3.2\Layout
You could store some or all of the setting files on a network drive.
-layout-folder \\jerry\Public\CanScale\Dispatch 3.2\Layout