AT Command

  • Thread starter Thread starter jriozzo
  • Start date Start date
J

jriozzo

I'm trying to schedule a task using the AT command that
will trigger the next time the system starts up. I.E.
instead of scheduling a task for a specific date and time,
it will be scheduled next time the system is restarted.
Thanks!
 
On XP+ you can use schtasks /create (see schtasks /create /?) otherwise use
the registry,
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
or
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce
as approriate.
 
Its a windows 2000 machine. I'll try the registry
thing... Thanks! :-)

-----Original Message-----
On XP+ you can use schtasks /create (see
schtasks /create /?) otherwise use
 
Back
Top