Batch mode: Usage of script files

Question:
How are the software tools Global Drive Loader and CamLoader called in the Batch mode with script file?

Answer:
As well GDLoader as CamLoader can be called in the so-called Batch mode. With only one call several downloads one after another to different devices are possible. The required parameters are transmitted to the software tools in an attached script file.

For the direct call of the software tool in the Batch mode with parameter transfer by script file consider the following syntax:
    for GDLoader:      GDLoader.exe  /batch   (Script file )  (Protocol file)
    for CamLoader:    CamLoader.exe  /batch  (Script file)   (Protocol file)

These command lines can be written in a Batch file (*.bat), so that not the complete command lines, but only this Batch file has to be started for later execution.
The Batch file can be created by means of the Windows text editor - just like the script files. The syntax must have the following form:

      for GDLoader:      CALL [Path of GDLoader]\GDLoader.exe  /batch   [Path of script file]\[Name of the script file]   [Path of the protocol file]\[Name of the protocol file]
    for CamLoader:    CALL [Path of CamLoader]\CamLoader.exe  /batch   [Path of the script file]\[Name of the script file]   [Path of the protocol file]\[Name of the protocol file]

Note:
A protocol file can be defined that gives information about the executed actions at the end of the processing.

Example:
Command line in a Batch file (*.bat) for calling the CamLoader in the Batch mode:

     CALL C:\Programs\Lenze\CamLoader_1_1\CamLoader.exe  /batch   D:\CamLoaderTmp\CamLoaderTest.cmd   D:\CamLoaderTmp\DownloadProtocol.txt

URL for linking this AKB article: https://www.lenze.com/en-de/go/akb/200506043/1/
Contact form