Hi,
as per subject, i have a batch file that opens an exe and passes some argument, the task is created fine but will only run the batch file if i manually enter the batch file path into the Start in field.
any ideas?
EDIT
figured out the way to accomplish this was to pass through the path as the 3rd argument in ExecAction(path + filename, null, path)
as per subject, i have a batch file that opens an exe and passes some argument, the task is created fine but will only run the batch file if i manually enter the batch file path into the Start in field.
any ideas?
EDIT
figured out the way to accomplish this was to pass through the path as the 3rd argument in ExecAction(path + filename, null, path)