Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <3162276867F9D21190E100A0C9AC0CE90A64B0@phormax1.phormax.com> From: Brian Wilfley To: "'cygwin AT sourceware DOT cygnus DOT com'" Subject: B20: cygwin.bat: too many parameters Date: Thu, 18 May 2000 13:02:08 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Hi, I'm running ver B20_2 on Windows 98. I had a problem getting cygwin.bat to run. It reported the message "Too many parameters" and the resulting path was not properly set. The posting: http://sourceware.cygnus.com/ml/cygwin/1998-11/msg00144.html dealt with the question. The problem is that my path _prior to invoking cygwin.bat_ contained a space. I implemented the following change to cygwin.bat Change: SET PATH=c:\bin;c:\usr\local\bin;%PATH% to: SET PATH=c:\bin;c:\usr\local\bin;"%PATH%" Note the double quotes. I don't know enough to say whether this is generally acceptable, but here it all is for what it's worth. Brian Wilfley PhorMax Corporation 2650 East Bayshore Road Palo Alto, CA 94303 bwilfley AT phormax DOT com 650 213 1226 (voice) 650 320 8410 (fax) -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com