« Return to Thread: Cygwin - batch file

Re: Cygwin - batch file

by _alpine_ :: Rate this Message:

Reply to Author | View in Thread

i understand a little bit your answer but it dont works right now!

my start.bat is in the folder C:\batch

when i call start.bat , cygwin automatically goes into the folder C:\Documents and Settings\user .
so myscript.ksh file must be in C:\Documents and Settings\user.

i want to have myscript.ksh file in the C:\batch folder!
do u understand what i mean?

and i only can start my script with ./myscript.ksh

it should looks like this:

>>
C:

chdir C:\cygwin\bin

bash --login -i -c 'c:/batch./myscript.ksh'
<<

 « Return to Thread: Cygwin - batch file