Studio Command Line Options
The Studio can be launched with the following command line options:
""- Opens the passed file. (Should be the full path & filename of a text file).-x- Opens the passed workspace. (Should be the full path & filename of a workspace.swsor.wsfile).-p- Makes the passed project the current project. (Should be the file name, without path, of a registered.srcproject).-d- Instructs the Studio to run the workspace's current project in the debugger.
Any combination of the above parameters is legal. The open filename parameter may be repeated; the others should only appear once. The parameters can appear in any order but are always processed in the following order of precedence:
- Open Workspace
- Set current project
- Open files
- Debug current project