ADSJob class

Application property

    Arcana Scheduler Help

The Application property specifies the path and file name of the program or batch file to be executed.

Data Type

BSTR

Syntax

 

C++

job->get_Application(BSTR *application)
job
->
put_Application(BSTR application)

VB

job.Application

Remarks

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.