Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <20020909185111.20376.qmail@web21003.mail.yahoo.com> Date: Mon, 9 Sep 2002 11:51:11 -0700 (PDT) From: Nicholas Wourms Subject: Re: Why is Cygwin so COOL? To: Gary R Van Sickle , "Cygwin Mailing List \(E-mail\)" In-Reply-To: <002301c2582e$5a75ba80$2101a8c0@BRAEMARINC.COM> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii --- Gary R Van Sickle wrote: > Cygwin success story #81728612838 > ================================= > > I needed to get the latest Microsoft Platform SDK, both at home and > at work. > They provide a nice "SDK Update" ActiveX thingy, which of course > simply > doesn't work. Luckily, it's also available for "full download" via > HTTP - > in twenty ~25MB chunks. Knowing full well that my grandchildren > would have > grandchildren before I'd be able to get all that through my 56K > modem via > "standard means" ("Sorry! Download died at 24.9999MB. Wanna start > over?"), > I turned to what I knew would eventually get the job done right - > Cygwin. > More specifically, the incredible wget tool and this simple script: > > > #!/bin/sh > > DIR=http://download.microsoft.com/download/platformsdk/sdk/update/win98mexp/ > en-us/3672.1/FULL > > FILES="PSDK-FULL.1.cab PSDK-FULL.2.cab PSDK-FULL.3.cab > PSDK-FULL.4.cab > PSDK-FULL.5.cab PSDK-FULL.6.cab \ > PSDK-FULL.7.cab PSDK-FULL.8.cab PSDK-FULL.9.cab PSDK-FULL.10.cab \ > PSDK-FULL.11.cab PSDK-FULL.12.cab PSDK-FULL.13.cab PSDK-FULL.14.cab > \ > PSDK-FULL.15.cab PSDK-FULL.16.cab PSDK-FULL.17.cab PSDK-FULL.18.cab > \ > PSDK-FULL.19.cab PSDK-FULL.20.cab PSDK-FULL.bat Extract.exe" > > for FILE in ${FILES}; do wget -c ${DIR}/${FILE}; done > > > Once this script was started, neither rain, nor snow, nor dark of > night, nor > ISP disconnects could stop it from its appointed rounds. Sure it > tied up my > phone line all weekend, but as the French say, "c'est la dolce > vita". It > did *not* however tie up my computer; Rainbow Six: Rogue Spear > played just > fine thanks. > > And the icing on the cake: emailed the script to work, and it's > sucking the > SDK down over our much speedier connection here as I type this. > > Yes, this is but a small sampling of Cygwin's greatness. But it is > greatness nonetheless. God bless America, and God bless Cygwin > (and wget)! It's also cool when you can run kde/Cygwin/XFree as a replacement for explorer ;-). Cheers, Nicholas __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/