[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-wget] How to Use WGET in Windows
From: |
MIKE MCDANIEL |
Subject: |
[Bug-wget] How to Use WGET in Windows |
Date: |
Wed, 13 Jun 2012 16:37:00 -0700 (PDT) |
Thanks so much for ALL the responses. I've taken Angel's advice & created a
new folder entitled "Progs"
Yet, I don't know where to put it, as I have the following 3 folders in my
C-drive: "Progs" "My Web Sites" and "Program Files (x86)" The first 2 of
these 3 folders are empty, and the 3rd one contains my "GnuWin32" file. (I
very recently downloaded GnuWin32 sed 4.2.1 but have not yet successfuly used
it.)
I might also need some information as to HOW to put the folder where I need it.
>________________________________
> From: Ángel González <address@hidden>
>To: David H. Lipman <address@hidden>
>Cc: address@hidden
>Sent: Wednesday, June 13, 2012 1:22 PM
>Subject: Re: [Bug-wget] How to Use WGET in Windows
>
>On 13/06/12 16:51, David H. Lipman wrote:
>> The objective is to have WGET and dependent DLL files in the path. I
>> prefer %WINDIR\% [ c:\windows ]
>>
>> Thus if you write a script that uses WGET or open a command prompt and
>> manually use it, it will implicitly be executed.
>I prefer to place it anywhere else, instead of dirtying system folders :)
>
>I would make a folder like C:\Progs, and put them there.
>Then I would add that folder to the PATH (Right click on computer,
>Administrate, and in some tab you have a button to change environment
>variables. You add your folder to that list, separated from the previous
>folders with a semicolon).
>That way, when I download I can keep all of them in that same folder,
>and I know that its contents are only managed by me.
>
>Mike, it's not a problem having multiple folders listed there. Simply,
>some program you installed added itself there.
>
>Also,
just wget http://example.com/whatever.html downloads that
>webpage. -r is just one of the many flags you can use to get different
>behaviors (wget --help lists them).
>
>
>
>
>