how to run a .bat or .cmd file from bash prompt

Robert Perlberg perl@creativegroup.tv
Fri Sep 16 20:53:00 GMT 2011


cmd /c batch_file [arguments ...]

This is such an original idea.  I wish the Unix shell had something  
like that.

-c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c -c - 
c -c -c -c -c -c -c -c -c

On Sep 16, 2011, at 3:03 PM, J.V. wrote:

To run a .bat or .cmd file, I can do this:
     $cmd

     C:>mybat.bat or C:\>mycmd.cmd

In other words, I have to type two commands (one to get to the shell,
and another to run the .bat or .cmd file).

What I want is to write a shell script (bash), that will cd to a
directory, enter the dos cmd prompt and execute a .bat file and then
return to my bash shell.

I do not know if this is possible, have tried many things, but nothing
works.

thanks

J.V.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list