Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Download file?  (Read 2880 times)

0 Members and 1 Guest are viewing this topic.

Blackberry

    Topic Starter


    Adviser
  • For those with wings, fly to your dreams.
    Download file?
    « on: May 02, 2008, 09:04:49 AM »
    Does anyone know how to download a file from the internet to you pc with batch under winxp? E.G. If you have a tekstfile and you have the link, let the textfile appear on the desktop. As far as I know there is no standard function for that in the command line, but googling for it didn't help me either. Perhaps someone of you guys can help me?
    Everybody knows you can't click here. But I know you will try it :)

    Dias de verano

    • Guest
    Re: Download file?
    « Reply #1 on: May 02, 2008, 09:50:40 AM »
    There is a well known command line program called wget.

    Blackberry

      Topic Starter


      Adviser
    • For those with wings, fly to your dreams.
      Re: Download file?
      « Reply #2 on: May 02, 2008, 10:05:14 AM »
      There is a well known command line program called wget.


      But that ain't for windows, is it. From the install notes from wget:
      Quote
      To build Wget, your system must support a Unix-like command-line
      development environment, including the text-processing utilities (sh,
      grep, awk, sed, etc.) and a functional C compiler.  On some GNU/Linux
      systems, this means that you will need to install packages such as
      `gcc', `glibc-devel' (or `libc6-dev') and `make'.  Most systems come
      with these packages preinstalled, but it doesn't hurt to check.  If
      Everybody knows you can't click here. But I know you will try it :)

      Dias de verano

      • Guest
      Re: Download file?
      « Reply #3 on: May 02, 2008, 10:09:44 AM »
      Blackberry, there is a tradition among some Linux users to compile software from source code. You have quoted from the compile instructions for wget. Wget is a C program that can be compiled for various platforms, such as Linux, Mac OS X, Solaris, OpenVMS (!!!) and 32 bit Windows. Unix-like development tools are necessary to compile it from source code, but why do that? Most people get their win32 software of all kinds ready compiled. Wget compiled for Win32 is extremely available.

      e.g. here

      http://users.ugent.be/~bpuype/wget/


      « Last Edit: May 03, 2008, 12:30:41 AM by Dias de verano »

      Blackberry

        Topic Starter


        Adviser
      • For those with wings, fly to your dreams.
        Re: Download file?
        « Reply #4 on: May 03, 2008, 05:17:28 AM »
        Blackberry, there is a tradition among some Linux users to compile software from source code. You have quoted from the compile instructions for wget. Wget is a C program that can be compiled for various platforms, such as Linux, Mac OS X, Solaris, OpenVMS (!!!) and 32 bit Windows. Unix-like development tools are necessary to compile it from source code, but why do that? Most people get their win32 software of all kinds ready compiled. Wget compiled for Win32 is extremely available.

        e.g. here

        http://users.ugent.be/~bpuype/wget/





        My bad. Thanks for the link  :)
        Everybody knows you can't click here. But I know you will try it :)

        Dias de verano

        • Guest
        Re: Download file?
        « Reply #5 on: May 03, 2008, 05:23:36 AM »
        Like it says on that page, get a version later than 1.8.2, I have been using 1.9.1 for some while now, and I have no complaints. I hope you find it useful. I do.



        « Last Edit: May 03, 2008, 05:44:53 AM by Dias de verano »