Task Scheduler

G

Guest

I'm trying to run schttasks from the command line using the syntax gotten
from typing "schtasks.exe /?".

I get back

"Error: The operation completed successfully"
Error: Failed to get the user name:

When I try a straight "schtasks /Run /TN "TaskName" where I use the quotes,
I get back:

"Error: The filename, directory name, or volume lable syntax is incorrect".

Assume this is a user error on my part...any suggestions?
 
G

Guest

PS:

The first syntax I've been trying is:

SCHTASKS / RUN /TN / S system /U user /P /TN "task"
 

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

Top