Re: making .bat to launch .exe and .sh

2007-12-21 Thread Trapdoor
Hi Jeff, I registered an account, just to thank you. I was looking for this information everywhere and couldn't find the answer. Now it works perfect for me! kind regards, TD Jeff Lange wrote: > > I use a bat file that looks like this: > > > @echo off > c: > chdir c:\cygwin\bin

Re: making .bat to launch .exe and .sh

2006-04-18 Thread gohans
hello, it works really, now am trying to catch the return code of the files and put them in a log file. thanks for your fast answer :) -- View this message in context: http://www.nabble.com/making-.bat-to-launch-.exe-and-.sh-t1466778.html#a3967881 Sent from the Cygwin Users forum at Nabble.com.

Re: making .bat to launch .exe and .sh

2006-04-18 Thread Jeff Lange
I use a bat file that looks like this: @echo off c: chdir c:\cygwin\bin bash --login -i -c /script.sh -Jeff On 4/18/06, gohans <[EMAIL PROTECTED]> wrote: > > hello, > > i was wondering if it was possible to make a .bat file that could launch > .exe and .sh files, on wi