Command-Line Parameters

On this page, you’ll learn:

  • Command-line parameters and syntax

File Open

There are two types of file-open supported:

  • single-file open and

  • multiple file open.

Single File Open

Command-Line Parameter:

storyserver.exe %1

Multiple File Open

Command-line Parameter:

storyserver.exe --filemany [tempfile]

The [tempfile] contains a list of filenames.

No Taskbar

This is not applicable in macOS and will not do any operation.

storyserver.exe --notaskbar %1

Multiple Sessions

storyserver.exe -- multisession %1

This is not available in macOS and will not spawn a new session of StoryServer on macOS.

Last updated: 2019 Jan 19th 05:08:06