I am trying to find an easier way to test my command line application. It has arguments so I run it from a command prompt. My process is this:
- Build
 - Go to the output
 - Open command prompt
 - Change directory
 - Run it
 
There has to be an easier way not only to debug but to open a command prompt in the current folder.
Thank you for your time.