Re: Running a script from Bash

2003-11-28 Thread Ronald Landheer-Cieslak
You run a script by running its interpreter (at least if its outside the wonderful world of Cygwin). What you need in your environment variables depends on what you need to run the script and what its interpreter expects of its environment. Read the documentation of the interpreter and the script i

Running a script from Bash

2003-11-27 Thread Ashman,Tim [PYR]
In my first posting today, I was using an Octave script in explaining my problem of how to run an external script from Cygwin in general. Putting Octave aside for a moment, what do I need to do (PATH setting, script header, etc) to run any external script from a bash script? Basically, I would like