How do I write a very simple program that uses the command line to navigate to a program in the user's Program Files directory, then launches the .exe
with a parameter? For example:
"C:\etc\Program Files\ProgramFolder\Program.exe C:\etc\desktop\file.spp C\etc\desktop\file.txt"
This launches a program with a certain project file and a .txt
file along with it.