AT Command

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!
 
P

Paul R. Sadowski

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.
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Bizarre AT scheduling behaviour 4
Scheduling task with AT 7
HTML/Framer.FM - My Case Scenario: 2
Event Conflicts 2
Date increment 5
Task Scheduler Stopped Working 21
Scheduled Backups 12
Task To Wake The PC? 1

Top