I have created a .bat script allowing me to start all programs I need to stream on twitch. However I am facing a problem with an application. I would like to start the following program: ground%20control.exe
When I type in cmd.exe:
start "" "C:\Users\xxx\AppData\Local\ground_control\Ground%20Control.exe"
It works.
When I use the exact same command in my .bat file I end up with the following error:
Impossible to find C:\Users\xxx\AppData\Local\ground_control\Ground0Control.exe
I assume that it is probably a formatting problem. Any help would be much welcomed.