|
Subject: Run before Job |
By: John Savage |
30/05-2005 07:38 |
Trying to run a batch command file before the job using the Advanced feature "Run before and after the Job": Run C:\Util\Batch.bat, Wait 10 secs.
Although job execution is delayed as requested, the batch does NOT execute. Any clues?
|
By: Norbert Wentz |
15/06-2005 08:05 |
Hi John,
Maybee you can try to add a cmd.exe /C
to your Path. cmd /H give you all available options
On Other than Win2K you can try command.exe or command.com
|
By: John Savage |
12/07-2005 10:06 |
In fact the problem was that you cannot pass batchfile parameters in the command line, i.e. "Run c:\util\batch.bat param1" from Zipbackup won't work. If you need to pass parameters, you must create another batch which in turn calls "batch.bat" passing the required parameters.
|
To make use of the support forum it is necessary for you to have an user account. If you already have such one, then use the login form below. Otherwise you can create a free user account by clicking here!
Other threads:
|