Re: bash script ->exe

2003-03-13 Thread Ronald Landheer-Cieslak
In that case, why not write a simple C program that simply does a system()? rlc On Thu, 13 Mar 2003, Yadin Y. Goldschmidt wrote: > Well, the need really originates from making a program called xmaxima > interface with a script maxima. xmaxima is a tcl program that is looking for > a maxima.exe b

Re: bash script ->exe

2003-03-13 Thread Yadin Y. Goldschmidt
Well, the need really originates from making a program called xmaxima interface with a script maxima. xmaxima is a tcl program that is looking for a maxima.exe but in clisp maxima there is only a maxima sh script that xmaxima cannot evoke. I tried to make a .bat file that calls the bash script but

Re: bash script ->exe

2003-03-13 Thread Elfyn McBratney
> Is there a way to convert a bash (or sh or csh ) script into an windows .exe > file so it can be executed by a windows program or by clicking on it in > explorer? This isn't necessary if all you want is to be able to run the shell script from your desktop. You just need to create a shortcut that

bash script ->exe

2003-03-13 Thread Yadin Y. Goldschmidt
Is there a way to convert a bash (or sh or csh ) script into an windows .exe file so it can be executed by a windows program or by clicking on it in explorer? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: