Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Downloading in DOS?

Options
  • 03-05-2003 11:33am
    #1
    Closed Accounts Posts: 10,921 ✭✭✭✭


    Is there any way/command in MS-DOS to download a file if you have the given URL eg 'http//www.etc.com/file.zip'?


Comments

  • Banned (with Prison Access) Posts: 16,659 ✭✭✭✭dahamsta


    Wget is an excellent downloader, with binaries available for Windows.

    adam


  • Closed Accounts Posts: 10,921 ✭✭✭✭Pigman II


    Is there no DOS command that will do it in itself? eg 'get http//www.etc.com/file.zip' (or whatever).

    I'm looking for a way of doing this that doesn't involve installing software.


  • Closed Accounts Posts: 944 ✭✭✭Captain Trips


    No there isn't, on any OS AFAIK. You just get the application/program executable and run it; Just like say, ftp from a CLI on any *nix. You can't go very far without installing apps - even if installing is just a single executable.


  • Registered Users Posts: 68,317 ✭✭✭✭seamus


    If you can do any programming, you could write something simple in C/C++/Java that you can call from the command line to d/l files for you....... Wouldn't be more than 30 lines long.

    :)


Advertisement