I've read loads of related issues on the forums but they're either not exactly the same problem, or they've given up (or resolved the problem and not posted the solution)
PCs and command lines are new to me, and I spent hours getting a batch file to even launch an .exe (mostly super mario war and mugen)... I discovered that the .bat had to be in the same folder as the exe. I was then able to right-click and make a shortcut of these .bat's, which I put into a 'batch files' folder on the desktop (they work here too) that I point MA to. They work in windows but not Maximus. I renamed them to .lnk's. They too work in windows, but not Maximus. Just a black screen in both cases.
Here's that code:
@ECHO OFF
"C:\Documents and Settings\Jeff\Desktop\BATCH GAMES\smw\SuperMarioWar.exe"
exit
Now, I had heard that I should use doublequotes (") when my filepath has spaces in it.
I had heard that I ought to use ~1, when any step in the filepath has lots of characters, but that never worked.
I had heard that I ought to use the command START before the whole path, but that never worked.
Please help! Is it just super specific? Is there some setting I'm overlooking in MA? I hope I've been specific enough in my list of symptoms^...