Gee, check for updates at a specific time daily, that covers it.
Gee, check for updates at a specific time daily, that covers it.
Excede 12/25 Beam 332 Green River. Acelenet Salt Lake City.
If all I want to do is schedule the download of a large file from the internet during the LNFZ, I think that the Windows task scheduler is ill-suited for this purpose. In fact, I don't know how it can be done with the Windows XP task scheduler. Does anyone out there actually use this to download files?
Wildblue Exede12 since Nov 2012, Beam 367, Honolulu Gateway, AcceleNet Server Salt Lake City, Asus Z100A (WinXP SP3), Toshiba NB305 (Windows 7), Linksys E4200.
(Formerly 6 years on Wildblue Value Pak (NRTC). Anik-F2, Beam 012, Gateway Riverside.)
If you have a link to the file, you can certainly enter it in Scheduler at a particular time. When scheduler kicks it off it should download the file at that time to your standard download folder.
I use it to get my podcast, just set the task to start iTunes, same for my game updates, task opens the launcher, RoboForms does the log in, it updates.
Excede 12/25 Beam 332 Green River. Acelenet Salt Lake City.
I have looked at the XP Task Scheduler and can't figure out where to enter the URL for the file that I want to download. All it asks for is a path to the program you want to launch. If I put a URL there, the task doesn't run. From everything I can find, the XP Task Scheduler only runs programs, scripts, and batch files.
I have done several internet searches to find out how to download files from the internet with the XP Task Scheduler and have found nothing. I suspect that it can't be done with XP Task Scheduler unless you are a programmer which I'm not. Perhaps later versions of Windows have Task Schedulers with more features.
For me, it's easier to use a separate download manager utility.
Last edited by Country Girl; 01-26-2013 at 09:57 PM. Reason: expand msg
Wildblue Exede12 since Nov 2012, Beam 367, Honolulu Gateway, AcceleNet Server Salt Lake City, Asus Z100A (WinXP SP3), Toshiba NB305 (Windows 7), Linksys E4200.
(Formerly 6 years on Wildblue Value Pak (NRTC). Anik-F2, Beam 012, Gateway Riverside.)
You can use the following, replacing 'http://www.domain.com/file.mp3' with the URL to the file you want and 'c:\temp\file.mp3' with the location where you want to save it.
FWIW, I found that in the first page Google listed when I searched for "schedule a file download in Windows Scheduler"powershell.Exe -command "& {$client = new-object System.Net.WebClient;$client.DownloadFile('http://www.domain.com/file.mp3','c:\temp\file.mp3')}"
And yes, it does work with Windows XP.
Like 99.9% of computer users, I had never even heard of PowerShell until you mentioned it. So when I googled it, I got the following description:
A little too arcane, but probably appeals to DOS techies. Using this method means that you are using two windows applications (Scheduled Tasks and Powershell) to do the job that one 3rd party download manager does.Windows PowerShell® is a task-based command-line shell and scripting language designed especially for system administration.
As an average computer user, I think I'll stick with a modern GUI application for file-downloading and scheduling.
Wildblue Exede12 since Nov 2012, Beam 367, Honolulu Gateway, AcceleNet Server Salt Lake City, Asus Z100A (WinXP SP3), Toshiba NB305 (Windows 7), Linksys E4200.
(Formerly 6 years on Wildblue Value Pak (NRTC). Anik-F2, Beam 012, Gateway Riverside.)
Well, I'm a Mac, so I couldn't agree with you more. Just helping out a friend in Missouri who's still using Windows and is a new Exede customer.
Everything's much easier on my Mac. It automagically wakes up at midnight every night, downloads any files i added to my overnight queue during the day, downloads the most recent episodes of all my favorite TV shows, updates OSX, updates all my iPad apps, downloads all new podcasts, syncs everything to my iPad then goes back to sleep when it's done or at at 5:00 am, whichever comes first.