Re: UNC within the PATH

2005-03-11 Thread Andrew DeFaria
[EMAIL PROTECTED] wrote: I've been messing around with a PATH like this: PATH=;\\machine\share I then place bash scripts in \\machine\share\ts1.sh and in c:\ts2.sh ts1.sh & ts2.sh look like this: #!/bin/sh echo "hello world" Finally I created a file association for the extension .sh so that it

UNC within the PATH

2005-03-10 Thread junk
I've been messing around with a PATH like this: PATH=;\\machine\share I then place bash scripts in \\machine\share\ts1.sh and in c:\ts2.sh ts1.sh & ts2.sh look like this: #!/bin/sh echo "hello world" Finally I created a file association for the extension .sh so that it will use c:\cygwin\bin