schtasks problems

D

Doug

1. When I schedule a task like this:

C:\Documents and Settings\Douglass Davis>schtasks /Create /MO 10 /SC
MINUTE /RU "Doug D" /RP "mypassword" /TN "Maintenance" /TR
"\"C:\php\php.exe\" C:\src\runmaintenance.php"

It always pops up in the foreground in a DOS window. The old AT command
had an option /interactive, which specified whether or not the task
should be able to interact with the user.

Now I have a window popping up on my screen every so often. Is there a
way to run this in the background??

ALSO

schtasks /Query /V crashes when i try to run it. As a matter of fact
running any query with the /V flag makes the program crash.

I was unable to find any new bugfixes for this program. Can any one help?

-d
 
U

useit

Let's see what Doug said:
1. When I schedule a task like this:

C:\Documents and Settings\Douglass Davis>schtasks /Create /MO 10 /SC
MINUTE /RU "Doug D" /RP "mypassword" /TN "Maintenance" /TR
"\"C:\php\php.exe\" C:\src\runmaintenance.php"

It always pops up in the foreground in a DOS window. The old AT command
had an option /interactive, which specified whether or not the task
should be able to interact with the user.

Now I have a window popping up on my screen every so often. Is there a
way to run this in the background??

ALSO

schtasks /Query /V crashes when i try to run it. As a matter of fact
running any query with the /V flag makes the program crash.

I was unable to find any new bugfixes for this program. Can any one help?

-d

****ing Christ, why even bother with that crap? It's an after-thought, end
of story...


--

"I say we take off, nuke the site from orbit...
It's the only way to be sure."
{Ripley/Hicks, Aliens}

=SIGKILL
 

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