Schedule tasks

  • Thread starter Thread starter Mutari
  • Start date Start date
M

Mutari

windows schedule task is not ruinning the following command

c:\inetpub\wwwroot\cgi-bin\awstats.pl -config=domainname -
update

it does not also run

"c:\inetpub\wwwroot\cgi-bin\awstats.pl -config=domainname -
update"
neither does it run

c:\inetpub\wwwroot\cgi-bin\awstats.pl "-config=domainname -
update"

I need help please. thanks
 
Try putting whatever works from the command line into a shell script and
schedule that instead.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


:
| windows schedule task is not ruinning the following command
|
| c:\inetpub\wwwroot\cgi-bin\awstats.pl -config=domainname -
| update
|
| it does not also run
|
| "c:\inetpub\wwwroot\cgi-bin\awstats.pl -config=domainname -
| update"
| neither does it run
|
| c:\inetpub\wwwroot\cgi-bin\awstats.pl "-config=domainname -
| update"
|
| I need help please. thanks
|
|
 

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

Back
Top