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: <20000426131524.18539.qmail@web110.yahoomail.com> Date: Wed, 26 Apr 2000 06:15:24 -0700 (PDT) From: Earnie Boyd Reply-To: earnie_boyd AT yahoo DOT com Subject: RE: Cygwin 1.0: Error when launching MSDOS bat file from bash on Windows 2000 To: "Berche, Guillaume" , "'cygwin AT sourceware DOT cygnus DOT com'" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii --- "Berche, Guillaume" wrote: > Chris, > > > And, if cygwin invokes the MSDOS shell using this path: > > > > command.com /foo/bar/blaz/blat.bat > > > > what kind of behavior would you predict? > > Well when experimenting it seems that it does not work because it launches a > new interactive MSDOS command shell instead of interpreting the bat file. > However the command > cmd.exe /C /foo/bar/blaz/blat.bat seems to work fine with both relative and > absolute paths on NT and Windows 2000. > WOW!! I just tried starting bash for MSDOS CMD.EXE using forward slashes in the path and it worked!! :0 Too bad I can't cd to the directory using forward slashes. Chris, the problem isn't that foo.bat won't execute under Cygwin bash, it will. The problem is that it won't execute with relative paths. Absolute paths work great. I was able to emulate Guillaume's problem with his example. Example: ---foo.bat--- REM This will execute under the MSDOS shell. PAUSE REM End of foo.bat ---end foo.bat--- /path/to/foo.bat; #works path/to/foo.bat; #doesn't work ./path/to/foo.bat; #works Cheers, ===== --- Earnie Boyd: __Cygwin: POSIX on Windows__ Cygwin Newbies: __Minimalist GNU for Windows__ Mingw32 List: Mingw Home: __________________________________________________ Do You Yahoo!? Send online invitations with Yahoo! Invites. http://invites.yahoo.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com