posted 12 years ago
You can create a batch file (under Windows) or a shell script (*nix) that you can use to run your console application. E.g., for Windows:
Save it under a name with .bat extension, and you'll have the desired result - double click on this file will run your application.
The quieter you are, the more you are able to hear.