I have a program I wrote in c++, which works as I want in powershell, but not in cmd. The thing is that because the program is intended for casual people, I don't want to give them instructions about how to reach the executable using cd
, ls
etc…
Is there any way to make Windows run the program in Windows PowerShell, when clicking my .exe
, instead of in Command Prompt?
I will post code if necessary