Dybdal Posted Thursday at 04:57 PM Posted Thursday at 04:57 PM Hey everyone. Got a bit of an issue helping a mate setup an emulator inside Launchbox that has somewhat of a unique problem. The issue is around the way Launchbox structures its command line. Emulator.exe -command -command "FULL\PATH\TO\ROM\FILE" /command <- is what i need the command line to look like. Emulator.exe -command -command /command "FULL\PATH\TO\ROM\FILE" <- is what im getting and the emulator is not happy about the /command line being behind the romfile. Is there a %command% to tell LaunchBox where to place the "FULL\PATH\TO\ROM\FILE" ? Quote
JoeViking245 Posted Thursday at 05:04 PM Posted Thursday at 05:04 PM 2 minutes ago, Dybdal said: Is there a %command% to tell LaunchBox where to place the "FULL\PATH\TO\ROM\FILE" ? %romfile% is what you're after. Emulator.exe -command -command %romfile% /command Quote
Dybdal Posted Thursday at 05:10 PM Author Posted Thursday at 05:10 PM Your a superstar Joe, works like a charm. You made someone's day 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.