SCOUG-HELP Mailing List Archives
Return to [ 26 |
March |
2004 ]
>> Next Message >>
Date: | Fri, 26 Mar 2004 02:35:40 PST8PDT,4,1,0,3600,10,-1,0,7200,3600 |
From: | Peter Skye <pskye@peterskye.com > |
Reply-To: | scoug-help@scoug.com |
To: | scoug-help@scoug.com |
Subject: | SCOUG-Help: awget vs wget (was: SYS2070 using latest wget) |
Content Type: text/plain
=====================================================
If you are responding to someone asking for help who
may not be a member of this list, be sure to use the
REPLY TO ALL feature of your email program.
=====================================================
Ray Davison wrote:
>
> Are you using AWGET? If not, prepare to get beat
> on some more. WGET and a CMD file I reserve for
> a large number of large files that I want to DL one
> at a time. For random, single files, AWGET.
All my software downloading is done using .cmd files.
I have a set of .cmd's I use for each download:
AUDIT.CMD
CHECK.CMD
DOCUMENT.CMD
DOWNLOAD.CMD
EXTRACT.CMD
FINDIT.CMD
GCOMPILE.CMD
INSTALL.CMD
MAKEPGM.CMD
MOVEPGM.CMD
OBJECTS.CMD
REMOVE.CMD
UNINSTALL.CMD
I wrote an article about these a few years ago for one
of the last issues of Extended Attributes from POSSI.
Here is my DOWNLOAD.CMD for WGET 1.9f1:
@echo off
call modewget (switches to mode 90,40)
if not exist wget19-f1-os2-bin-vac.d md wget19-f1-os2-bin-vac.d
cd wget19-f1-os2-bin-vac.d
set par=-c -acon -S -t5
set url=http://hobbes.nmsu.edu/pub/os2/apps/internet/mirror/wget19-f1-os2-bin-vac.zip
wget %par% %url% 2>&1 | tee -a log.err
cd ..
This .cmd file is located in my
\OS2SKYE.SRC\wget.src\wget19-f1-os2-bin-vac.src\
directory.
- Peter
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".
For problems, contact the list owner at
"rollin@scoug.com".
=====================================================
>> Next Message >>
Return to [ 26 |
March |
2004 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.
|