Can JT.exe be used to change existing .job props?

  • Thread starter Thread starter Chris Villanueva
  • Start date Start date
C

Chris Villanueva

In particular, I would like to make changes using the /SC switch.

Would truly appreciate a sample.

------------

Thank You,

Chris Villanueva
--
 
Chris Villanueva said:
In particular, I would like to make changes using the /SC switch.

This loads the scheduled job call cmd.job into JT's memory. Then changes
the username and password. The job is automatically saved when JT exits:-

jt /lj c:\winnt\tasks\cmd.job /sc domain\user pass
 
Hello,

When I try to perform this action:

jt.exe /lj "c:\winnt\tasks\FulltimeTask.job" /sc domain\login pass

I've got following error:
[TRACE] Loading Job c:\winnt\tasks\FulltimeTask.job
[PERF ] Load took 0 ms
[TRACE] Setting account information
[FAIL ] IPersistFile::Save hr=0x80070005

Tried both under user and admin account.
 
Back
Top