Forum Discussion
Aug 04, 2011
What shell are you using? Cmd.exe or PowerShell? With either one you should be able to run the .exe just by typing the name and hitting enter. You might want to put a Console.WriteLine("TEST"); as the first line of your app and see if it is printed to the console after you run your program. It could just be that the app is running and exits before printing anything.
Good luck!
-Joe