I am running scheduled task on windows server 2003 daily under administrator account.
Scheduled task is running batch file.
BATCH FILE CONTENT:
——————-
start iexplore.exe http://www.anything.com/import/import.aspx
PROBLEM:
——–
When I run task manually – Scheduled task is executed successfully and import is done.
When I run in LogOff mode Scheduled task is executed succesfully but nothing happened.
I think problem is in running iexplorer in LogOff mode.
Any suggestion please!
Thanks!
Zoran