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: <006f01bfacbc$e5e25df0$0201a8c0@jayk_home4nt> From: "Jay Krell" To: , "Bill Nugent" Subject: Re: 1.1.0 questions and comments Date: Sat, 22 Apr 2000 17:43:07 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 untested, but the general idea is: if (%OS%)==(Windows_NT) bash %* if not (%OS%)==(Windows_NT) bash %1 %2 %3 %4 %5 %6 %7 %8 %9 - Jay -----Original Message----- From: Bill Nugent To: cygwin AT sourceware DOT cygnus DOT com Date: Saturday, April 22, 2000 8:05 AM Subject: 1.1.0 questions and comments [..] >I've modified cygwin.bat to have the last line as: > > bash %1 %2 %3 %4 %5 %6 %7 %8 %9 > >while not passing everything on the command is better than no arguments. >If someone knows a better way to pass all the command line arguments I'd >love to know. [..] -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com