How do I execute a file in Cygwin? How do I execute a file in Cygwin? c c

How do I execute a file in Cygwin?


./a.exe at the prompt


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.


just type ./a in the shell