I have a .Net Console App (written in VB) that I would like to be able to install and have available at the command prompt. When I install it, it shows up in Apps (Windows 8.1), but it isn't available if I launch a command prompt window.
I am using Visual Studio Express 2013 for Desktop. It is a click-once app (because it defaulted to that).
I can copy the executable to the working directory and use it that way. I am using command line parameters.
What do I need to do to have it available at the command prompt after installation?