Отвечено Batch file not running in task scheduler

  • Friday, February 15, 2013 7:31 PM
     
     

    Hello, 

    Trying to figure out why windows task scheduler on server 2008 r2 will not run automatically, but will manually. 

    This is the contents of the batch file - 
    echo Starting SDD %date% %time% >> c:\users\xxxxx\sdd.log 
    C:\PROGRA~2\INTERN~1\iexplore.exe https://xxx.xxxxxxxx.com/sdd/xxxx.S [...] HEDULE=YES 

    Again, this runs when you select run in task scheduler and runs from cmd prompt. 

    Task is set to run for administrator group, once a day, with highest privileges. Log on as batch job, all permissions set to full control for all files and folders. Start path designated even though it is declared optional. 

    Same thing happens with a simple batch file of

    echo off

    start iexplore.exe 

All Replies