Zerene Stacker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
stacker:docs:batchapi [2014/05/04 19:36]
rjlittlefield [Command Line Options]
stacker:docs:batchapi [2017/03/11 01:32]
rjlittlefield
Line 57: Line 57:
    
 <​code>​ <​code>​
-"​C:​\Program Files\ZereneStacker\jre6\bin\javaw.exe"​ -Xmx1600m -DjavaBits=32bitJava+"​C:​\Program Files\ZereneStacker\jre\bin\javaw.exe"​ -Xmx1600m -DjavaBits=32bitJava
   -Dlaunchcmddir="​C:​\Documents and Settings\Username\Application Data\ZereneStacker"​   -Dlaunchcmddir="​C:​\Documents and Settings\Username\Application Data\ZereneStacker"​
   -classpath "​C:​\Program Files\ZereneStacker\ZereneStacker.jar;​C:​\Program Files\ZereneStacker\JREextensions\*"​   -classpath "​C:​\Program Files\ZereneStacker\ZereneStacker.jar;​C:​\Program Files\ZereneStacker\JREextensions\*"​
Line 157: Line 157:
   * -noSplashScreen suppresses the usual splash screen containing copyright and license information.   * -noSplashScreen suppresses the usual splash screen containing copyright and license information.
   * -runMinimized makes the program start with its user interface iconified (appearing only on the taskbar). ​ By default the usual progress bar then is displayed in its own small frame.   * -runMinimized makes the program start with its user interface iconified (appearing only on the taskbar). ​ By default the usual progress bar then is displayed in its own small frame.
-  * -showProgressWhenMinimized=false stops Zerene Stacker from displaying its own progress bar.  (The calling program can display its own progress bar by monitoring the Zerene Stacker console output stream as described below.)+  * -showProgressWhenMinimized=false stops Zerene Stacker from displaying its own progress bar.  (The calling program can display its own progress bar by monitoring the Zerene Stacker console output stream as shown in the [[http://​www.zerenesystems.com/​stacker/​docs/​api/​SampleLaunchProgram.java|Sample Java Code For Launch-and-Wait]] ​.)
   * -showProgressWhenMinimized=true forces Zerene Stacker to display its own progress bar when the main window is minimized, even when the program is initially launched without -runMinimized.   * -showProgressWhenMinimized=true forces Zerene Stacker to display its own progress bar when the main window is minimized, even when the program is initially launched without -runMinimized.
-  * -progressWindowText="​any text you like" replaces the default "​Please wait, processing"​ in the progress bar window.+  * -progressWindowText="​any text you like" replaces the default "​Please wait, processing"​ in the progress bar window ​shown by Zerene Stacker.
   * -showProgressPercentage forces the inclusion of a percent-complete indicator in the progress bar.   * -showProgressPercentage forces the inclusion of a percent-complete indicator in the progress bar.
   * -safe is provided by the standard launch program to indicate execution from the “safe” icon (Windows only). ​ This parameter warns the user and re-initializes screen layout.   * -safe is provided by the standard launch program to indicate execution from the “safe” icon (Windows only). ​ This parameter warns the user and re-initializes screen layout.
Line 182: Line 182:
    
 <​code>​ <​code>​
-exec("​\"​C:​\\Program Files\\ZereneStacker\\jre6\\bin\\javaw.exe\"​ -Xmx1600m -DjavaBits=32bitJava ​+exec("​\"​C:​\\Program Files\\ZereneStacker\\jre\\bin\\javaw.exe\"​ -Xmx1600m -DjavaBits=32bitJava ​
   -Dlaunchcmddir=\"​C:​\\Documents and Settings\\username\\Application Data\\ZereneStacker\" ​   -Dlaunchcmddir=\"​C:​\\Documents and Settings\\username\\Application Data\\ZereneStacker\" ​
   -classpath \"​C:​\\Program Files\\ZereneStacker\\ZereneStacker.jar;​C:​\\Program Files\\ZereneStacker\\JREextensions\\*\" ​   -classpath \"​C:​\\Program Files\\ZereneStacker\\ZereneStacker.jar;​C:​\\Program Files\\ZereneStacker\\JREextensions\\*\" ​
Line 235: Line 235:
    
 <​code>​ <​code>​
-"/​cygdrive/​c/​Program Files/​ZereneStacker/​jre6/​bin/​java.exe"​ -Xmx1600m -DjavaBits=32bitJava ​+"/​cygdrive/​c/​Program Files/​ZereneStacker/​jre/​bin/​java.exe"​ -Xmx1600m -DjavaBits=32bitJava ​
   -Dlaunchcmddir="​C:/​Documents and Settings/​username/​Application Data/​ZereneStacker" ​   -Dlaunchcmddir="​C:/​Documents and Settings/​username/​Application Data/​ZereneStacker" ​
   -classpath "​C:/​Program Files/​ZereneStacker/​ZereneStacker.jar;​C:/​Program Files/​ZereneStacker/​JREextensions/​*" ​   -classpath "​C:/​Program Files/​ZereneStacker/​ZereneStacker.jar;​C:/​Program Files/​ZereneStacker/​JREextensions/​*" ​
stacker/docs/batchapi.txt · Last modified: 2021/06/21 15:25 by rjlittlefield
Copyright 2009-2024, Zerene Systems LLC, all rights reserved.