|
View previous topic :: View next topic |
| Author |
Message |
krpandrei Frequent GEARhead
Joined: 15 Jun 2009 Posts: 12
|
Posted: Fri Sep 11, 2009 9:13 am Post subject: Command line switches ( unattended )
|
|
|
Hello,
somebody help me with an information please about where/how can I found information/documentation about gear.exe command line switches.
something like this line:
| Quote: | | gearppe.exe /B /A /X D:\GDVDImages\CD.log |
|
|
| Back to top |
|
 |
Frans Site Admin
Joined: 11 Oct 2004 Posts: 127 Location: Jupiter, FL, USA
|
Posted: Sat Sep 12, 2009 5:45 pm Post subject:
|
|
|
Per pg80 of the GEAR GPPE\GPME documentation, you can pass a GEAR batch file as a command line parameter as follows:
gear.exe /B [/A] [/X] batchfile.gbf
Where /B stands for using a batch file. /A and /X are optional. Specify /A to run the batch file using default (recording) values and /X to exit GEAR after completion of the batch file.
You can download the batch file reference guide here: http://www.gearsoftware.com/downloads.php?dir=support/windows/manuals/&file=GEARPME-BatchReferenceGuide.pdf |
|
| Back to top |
|
 |
Michael Szabo Site Admin
Joined: 11 Apr 2006 Posts: 522 Location: Jupiter, FL
|
Posted: Wed Oct 07, 2009 2:10 pm Post subject:
|
|
|
Also,
If you're planning to 'call' GEAR Batch Files from another process, be sure to enclose all path names with spaces within double quotation marks " "
This will not work:
| Code: | C:\Documents and Settings\username\My Documents\gear batch.gbf
|
This will work:
| Code: | | "C:\Documents and Settings\username\My Documents\gear batch.gbf" |
This is a "Windows thing" - nothing to do with GEAR.
 |
|
| Back to top |
|
 |
|