Document toolboxDocument toolbox

SpinFire Ultimate Command Line

Start SpinFire Ultimate from the command line simply by typing SpinFire.exe. 

However there are additional There are command line options allowing you to control how files are opened and

 

 Open a file in a new instance

Specify a filename to automatically load in SpinFire Ultimate.

 

OptionDescription
 Open a new instance of SpinFire and load the specified file

Usage:

SpinFire.exe <filename>

 

Import File
c:\> SpinFire.exe testFile.stp
 Import file to active document

Use the -i option to import the specified file to the active workspace. SpinFire must already be opened.

 

OptionDescription
-iImport file to active document, if SpinFire is already open.

Usage:

SpinFire.exe -i <filename>


Import File
c:\> SpinFire.exe -i testFile.stp
 Add file to active document

Use the -a option to add the specified file to the active workspace. SpinFire must already be opened.

 

OptionDescription
-aAdd file to active Workspace, if SpinFire is already open.

Usage:

SpinFire.exe -a <filename>

 

Import File
c:\> SpinFire.exe -a testFile.stp
 Open file in existing SpinFire instance

Use the -o option to open the specified file in the current open instance of SpinFire.

 

OptionDescription
-oOpen file in existing SpinFire instance.

Usage:

SpinFire.exe -o <filename>

 

Import File
c:\> SpinFire.exe -o testFile.stp
 Open SpinFIre in Reader mode

Use the -r option to open SpinFire in reader mode.

 

OptionDescription
-rOpen SpinFire in reader mode.

Usage:

SpinFire.exe -r <filename|optional>

 

Import File
c:\> SpinFire.exe -r
Import File
c:\> SpinFire.exe -r testFile.ACT3D
 Display the version

Use the -v option to display the version number of SpinFire.

 

OptionDescription
-vDisplay SpinFire version.

Usage:

SpinFire.exe -v

 

Import File
c:\> SpinFire.exe -v
 Display command line help

Use the -h option to display the SpinFire command line options.

 

OptionDescription
-hDisplay this help screen
--help 

Usage:

SpinFire.exe -h

 

Import File
c:\> SpinFire.exe -h