Scheduled task running batch file - TechRepublic
Question
February 11, 2009 at 06:09 AM
zoran.mardetko

Scheduled task running batch file

by zoran.mardetko . Updated 16 years, 9 months ago

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

This discussion is locked

All Comments