ADSJob class
Arcana Scheduler Help
The Application property specifies the path and file name of the program or batch file to be executed.
BSTR
C++ |
job->get_Application(BSTR *application) |
VB |
job.Application |
The Application property should specify only the path and filename of the executable. Use the CommandLine property to specify command-line parameters to be passed to the program.
It is not necessary to enclose the Application in quotation marks if it contains embedded spaces; the Scheduler will do this if necessary.