1.7.9: Passing Arguments to cygstart

2012-01-13 Thread Emmett Kelly
I am attempting to start a program using cygstart. I am logged in through an SSH from a linux machine, I am capable of starting the program using: cygstart program.exe However I want to be able to pass the xml file for that program to open as an argument. cygstart program.exe file.xml opens

Re: 1.7.9: Passing Arguments to cygstart

2012-01-13 Thread Ryan Johnson
On 13/01/2012 10:43 AM, Emmett Kelly wrote: I am attempting to start a program using cygstart. I am logged in through an SSH from a linux machine, I am capable of starting the program using: cygstart program.exe Forgive my ignorance here, but is there a reason you can't just ./program.exe ?