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 p
.exe
Just create a new text file, name it "go.cmd" and put the following in there:
"C:\etc\Program Files\ProgramFolder\Program.exe C:\etc\desktop\file.spp C\etc\desktop\file.txt"
Voila, you have your program!