delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin-apps/2001/03/30/13:21:59

Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm
Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com
List-Subscribe: <mailto:cygwin-apps-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin-apps/>
List-Post: <mailto:cygwin-apps AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-apps-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/lists.html#faqs>
Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com
Date: Fri, 30 Mar 2001 21:52:05 +0400
From: egor duda <deo AT logos-m DOT ru>
X-Mailer: The Bat! (v1.45) Personal
Reply-To: egor duda <cygwin-apps AT cygwin DOT com>
Organization: deo
X-Priority: 3 (Normal)
Message-ID: <195116000319.20010330215205@logos-m.ru>
To: "Dan Kaminsky" <dankamin AT cisco DOT com>
CC: cygwin-apps AT cygwin DOT com
Subject: those nonintuitive cygdrives... (Was: Making RXVT The Standard Terminal)
In-reply-To: <00ca01c0b923$e2b3ec10$1500040a@na.cisco.com>
References: <038b01c0b844$7af94fa0$156545ab AT na DOT cisco DOT com>
<3AC3F85D DOT 1936EC9F AT ece DOT gatech DOT edu>
<005b01c0b8cd$2b066620$1400040a AT na DOT cisco DOT com>
<20010329234429 DOT A10849 AT redhat DOT com> <3AC48F2E DOT B6EF595F AT yahoo DOT com>
<00ca01c0b923$e2b3ec10$1500040a AT na DOT cisco DOT com>
Mime-Version: 1.0

Hi!

Friday, 30 March, 2001 Dan Kaminsky dankamin AT cisco DOT com wrote:

DK> Ideally, the setup program itself would give the user the choice.  This is a
DK> *core need* for Cygwin to address; it's explicitly non-obvious how to access
DK> resources outside the Cygwin psuedosandbox.

this need can be easily satisfied with this simple .bat file.

================ create_cygdrives.bat ===============

for /f %%x in ('cygpath -w /') do set cygwin_root=%%x
mkdir %cygwin_root%\cygdrive
for %%x in (a b c d e f g h i j k l m n o p q r s t u v w x y z) do mkdir %cygwin_root%\cygdrive\%%x

=====================================================

it's in public domain ;-) so you can run it on your system, or
distribute it under any terms you want, or add it to setup.exe, or
do with it anything you like.

gosh, i'd like to see the day when all problems with cygwin will be
like this one...

Egor.            mailto:deo AT logos-m DOT ru ICQ 5165414 FidoNet 2:5020/496.19


- Raw text -


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