Wednesday, May 09, 2007

cygstart.exe

I have been using the following script to open files using Windows applications, but today I got to know about cygstart.exe, which does exactly my script does. How long has it been there?


#! /bin/sh
/cygdrive/c/Meadow/bin/fiber "`cygpath -w $1`"

No comments:

Post a Comment