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 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Subject: RE: cygwin on removable media ... Date: Wed, 2 Oct 2002 06:56:53 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Richardson, Tony" To: "Rafal Kedziorski" , Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g92C3sp04334 At 11:11 AM 10/1/2002, Rafal Kedziorski wrote: >Hallo, > >I have small problem. I'm using cygwin with postgresql on w2k. It's >possible to install cygwin on removable media (iomega disk, >CD, ..) so >that I can make small demontrations on every PC? not everyone can or >will install the software on his own computer. Here's the batch file I use to run cygwin off a network computer from any computer on our network. You can modify it easily enough to run from removeable media I expect. I'd pass the drive letter as an argument to the batch file. Change the //cecsfp/cygwin and \\cecsfp\cygwin to your drive letter. Hope it helps, Tony Richardson ========================================== @echo off REM Sets mount points to run cygwin from a network drive. set CYGR=//cecsfp/cygwin set CYGB=\\cecsfp\cygwin\bin %CYGB%\mount -bu %CYGR%/bin /usr/bin %CYGB%\mount -bu %CYGR%/lib /usr/lib %CYGB%\mount -bu %CYGR% / %CYGB%\mount -buc /cygdrive -- 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/