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
you should just be able to call it by typing in the file name. You may have to call ./a.exe as the current directory is usually not on the path for security reasons.