[PD] PD Workshop files

David Powers cyborgk at gmail.com
Fri Feb 23 17:07:22 CET 2007


Hi, "wget" is a Linux/Unix command line program, for downloading
files. You can get a Windows binary version here:
http://users.ugent.be/~bpuype/wget/

Rename the file to "wget.exe" and put it in the directory "C:/WINDOWS"

To test if its installed, open a command prompt and type:
wget -h | more

Then to retrieve the files after you install, use the "cd" command to
change directories to the place where you want to download the files.
Then type the command that Frank listed into a command line prompt (or
try the command below**):
wget --mirror --no-parent https://www.cs.tcd.ie/~wardn1/PD_workshop/

**Try this command, Frank's version was giving me a certificate error.
The following should work instead (all on one line):
wget --mirror --no-parent --no-check-certificate
https://www.cs.tcd.ie/~wardn1/PD_workshop/

*** From the webpage documentation ***
Usage

wget is a command line program. You start it from the command prompt,
either command.com in Windows 9x/Me or cmd.exe in Windows 2000/XP. The
command prompt can be found in the Start Menu (Accessories).

wget.exe must be placed in your path (e.g. c:\windows)

***

Hope this helps!

~David

On 2/22/07, jared <microcosm11 at msn.com> wrote:

>         Thanks for this.  Unfortunately I have no idea what to do with
> it, as  I have no knowledge of HTML or coding--unless it has patch
> cables ;-)




More information about the Pd-list mailing list