Page 5 of 5 FirstFirst 12345
Results 41 to 48 of 48

Thread: Download Schedulers for Late Night Free Zone

  1. #41
    Join Date
    Aug 2009
    Location
    Arkansas
    Posts
    280

    Default

    Gee, check for updates at a specific time daily, that covers it.
    Excede 12/25 Beam 332 Green River. Acelenet Salt Lake City.

  2. #42
    Join Date
    Mar 2011
    Location
    Willamette Valley, Oregon
    Posts
    25

    Default

    Quote Originally Posted by BlueMoods View Post
    I don't see the point in any of them. Individual program update settings, Windows Updates setting and, the task scheduler that is included with any version of Windows does the same thing - why would I want more software, risk more viruses and all? Makes no sense when what I or anyone on Windows has already works just fine.
    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.)

  3. #43
    Join Date
    Jan 2013
    Location
    Darlington, SC
    Posts
    4

    Default

    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.

  4. #44
    Join Date
    Aug 2009
    Location
    Arkansas
    Posts
    280

    Default

    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.

  5. #45
    Join Date
    Mar 2011
    Location
    Willamette Valley, Oregon
    Posts
    25

    Default

    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.)

  6. #46
    Join Date
    Jan 2013
    Location
    Darlington, SC
    Posts
    4

    Default

    Quote Originally Posted by Country Girl View Post
    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.
    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.

    powershell.Exe -command "& {$client = new-object System.Net.WebClient;$client.DownloadFile('http://www.domain.com/file.mp3','c:\temp\file.mp3')}"
    FWIW, I found that in the first page Google listed when I searched for "schedule a file download in Windows Scheduler"

    And yes, it does work with Windows XP.

  7. #47
    Join Date
    Mar 2011
    Location
    Willamette Valley, Oregon
    Posts
    25

    Default too arcane

    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:

    Windows PowerShell® is a task-based command-line shell and scripting language designed especially for system administration.
    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.

    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.)

  8. #48
    Join Date
    Jan 2013
    Location
    Darlington, SC
    Posts
    4

    Default

    Quote Originally Posted by Country Girl View Post
    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.

    As an average computer user, I think I'll stick with a modern GUI application for file-downloading and scheduling.
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •