I have this project I want to use as a launcher for a program. The project will launch files in a directory previous of the project directory. How would I launch these files using this example as I would use it in a batch file. (I don't want to create dozens and dozens of batch files).
cd..
myapp.exe
cd AppFolder
Not sure if there is a way to do this, but maybe I am missing something. Thanks to anyone who can help.

Reply With Quote