On Tuesday 15 April 2014 18:37:20 D'Amato, Paul J. wrote: > I have a vbscript that downloads two files using wget. > When I run the vbscript the files download and wget performs as expected. > I need this to happen daily, so I created a Task in the Task Scheduler. > When the vbscript runs from the task scheduler, the script stops on the > first wget run command. > > Do you have any advice to for WGET to work in this scenario?
Please try to remember one of the first lectures of "software engineering": include detailed/exact (logging) data to your bug report ! What system you are on (ok, vbscript --> Windows... Windows what ?), what is the error message and so on... Else you just get 'guesses' like this: your PATH for executables might be different when running the script from your Task Scheduler. Tim
