vsjosem
12th September 2002, 14:53
I need cancel job (ttaad5204m000) using command of NT 'at'.

Thanks.

victor_cleto
12th September 2002, 15:52
Could you please clarify your question better?

How are your jobs currenlty beeing triggered: thru the Baan Jobdaemon or thru the NT command at?
- If thru Baan jobdaemon, then you have to modify them thru Baan.
- If thru NT at, run 'at /?' to get a list of options, a deletion of a job is done using option /delete "<job_name>"

vsjosem
12th September 2002, 16:49
yes, of course.

I know to active a task thru NT at. I create a batch file (.bat) that runs a:
start bw <your_job.bwc> -- -set BSH_JOB=%1 ttaad5203m000
- where %1=job name


I need equals, but session ttaad5204m000 (Cancel task).

dilipk.pandey
23rd October 2006, 16:20
Dear Experts... I am also in the same problem...please guide how to cancel the job which we have invoked using .bat file...

Thanks a lot.