I've got a batch file that I want to do 2 things..... run JoyToKey and run HistoryViewer. I'd like both of these apps to start at the same time and run simultaneously. I'm having some problems with my syntax because it currently runs one app, waits for me to exit out of that app, and then runs the 2nd app. Here's my current batch file. Any help would be appreciated. Thanks!
"c:\Program Files\JoyToKey\JoyToKey.exe" Viewer
e:\games\mame\mame\HistView\HistView.exe -r=%1
:END