Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Start SpinFire Ultiamte 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

 

Expand
titleOpen 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>

 

Code Block
languagepowershell
themeEmacs
titleImport File
c:\> SpinFire.exe testFile.stp
Expand
titleImport 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>


Code Block
languagepowershell
themeEmacs
titleImport File
c:\> SpinFire.exe -i testFile.stp
Expand
titleAdd 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>

 

Code Block
languagepowershell
themeEmacs
titleImport File
c:\> SpinFire.exe -a testFile.stp
Expand
titleOpen 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>

 

Code Block
languagepowershell
themeEmacs
titleImport File
c:\> SpinFire.exe -o testFile.stp
Expand
titleOpen 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>

 

Code Block
languagepowershell
themeEmacs
titleImport File
c:\> SpinFire.exe -r
Code Block
languagepowershell
themeEmacs
titleImport File
c:\> SpinFire.exe -r testFile.ACT3D
Expand
titleDisplay the version

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

 

OptionDescription
-vDisplay SpinFire version.

Usage:

SpinFire.exe -v

 

Code Block
languagepowershell
themeEmacs
titleImport File
c:\> SpinFire.exe -v
Expand
titleDisplay command line help

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

 

OptionDescription
-hDisplay this help screen
--help 

Usage:

SpinFire.exe -h

 

Code Block
languagepowershell
themeEmacs
titleImport File
c:\> SpinFire.exe -h