Hello,
ran out of ideas by internet search, so asking the experts.
Have XP laptop.
Want to run a specific program from command prompt
need it to start on a second monitor
using mamedev's v106 binary
loaded at c:\mame106
I can accomplish this manually with
Start>run>cmd>
type c:\mame106\mame gamenameHERE -screen \\.\display2
but I can't figure out how to automate this with a batch file.
I have created desktop batchfile (.bat) with notepad
batch file Contents say:
cmd /k ""c:\mame106\mame.exe""
--this triggers the mame executable to start
BUT I can't get it to fire up a specific game and have been trying variations of this line
cmd /k ""c:\mame106\mame.exe" "romnameHERE""
--this brings up a mame list and says the game approximately matches a list of games, one of them is an exact match for what I have entered.
Once the cmd prompt batch file starts the game, I will need to direct it to go to the second display.
Help, please!
