From: huotte@rpi.edu (Ed Huott)
Subject: Re: BASH/.BAT files and NT
26 Nov 1997 03:00:54 -0800
Message-ID: <199711252030.PAA64908.cygnus.gnu-win32@alumni.rpi.edu>
References: <01BCF8B6.143400E0@joec@ensoniq.com>
To: joec@ensoniq.com
Cc: gnu-win32@cygnus.com

joec@ensoniq.com wrote:
> 
> Hello,
> 
> Does anyone know if there is a way for BASH to execute DOS batch files 
> under Windows NT? I am trying to use BASH as my default shell but need it 
> to run .BAT files in order to fit into my build environment.
> 

Try:

  bash$ cmd.exe /c your_file.bat

<ED>
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
