Skip to content

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 .sws or .ws file).
  • -p - Makes the passed project the current project. (Should be the file name, without path, of a registered .src project).
  • -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:

  1. Open Workspace
  2. Set current project
  3. Open files
  4. Debug current project

See Also

Studio Concepts