can someone tell me the best way to create a file I can execute that would perform a Command Line task?
.bat file?
I need it to point to another drive and subfolder, then run an exe file (passing an argument.
where do I need to put it so I can open start/run and type it it to run it?
like this?
runtest.bat
cd c:\program files\Visual Pinball
vp-launch6.exe "Eight Ball Deluxe.vpt"
