How can I schedule an item to run?

0

Possible Duplicate:
Schedule a job from the Windows command line?

I'm working on a deployment script for a production machine. I do not have direct access to this machine.

Is there a way to schedule an executable to run each evening from the command line, or through a registry file? The deployer would be logged in as an Administrator.

Michael A

Posted 2012-09-04T00:45:39.023

Reputation: 173

Question was closed 2012-09-04T17:27:01.793

Answers

1

You can create scheduled tasks on the command line via schtasks. See here for a full description including examples.

Ansgar Wiechers

Posted 2012-09-04T00:45:39.023

Reputation: 4 860