X-Spam-Check-By: sourceware.org Message-ID: <442768EE.6090105@activeclickweb.com> Date: Sun, 26 Mar 2006 21:24:14 -0700 From: Brian Hawkins User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Multiple cygwin installs References: <4427561D DOT 4060300 AT scytek DOT de> <20060327033442 DOT GA4757 AT trixie DOT casa DOT cgf DOT cx> <20060327035423 DOT GB4757 AT trixie DOT casa DOT cgf DOT cx> In-Reply-To: <20060327035423.GB4757@trixie.casa.cgf.cx> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 Just FYI. I found a pretty good way to manage multiple cygwin installs. I use the windows subst command. It works like this. Create a directory c:\cyginstalls. Then beneath it create a directory for each cygwin install you want like cygwin1, cygwin2 whatever. Then use the subst command like so: subst x: c:\cyginstalls\cygwin1 Now install cygwin to x:\. Change the subst to c:\cyginstalls\cygwin2 and install again to x:\. To choose what cygwin you use just subst x to the appropriate folder. Kind of a poor mans symbolic link. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/