delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2002/10/02/08:03:55

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
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
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: <FBAA835302BB614E9D5B54EBEA335DCB399ACA@uemail02.evansville.edu>
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
From: "Richardson, Tony" <ar63 AT evansville DOT edu>
To: "Rafal Kedziorski" <rafcio AT polonium DOT de>, <cygwin AT cygwin DOT com>
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/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019