How can I execute a.exe using the Cygwin shell?
a.exe
I created a C file in Eclipse on Windows and then used Cygwin to navigate to the directory. I called gcc on
When you start in Cygwin you are in the "/home/Administrator" zone, so put your a.exe file there.
Then at the prompt run:
cd a.exe
It will be read in by Cygwin and you will be asked to install it.