Wrapping my head around this one.
I set up an "emulator", which actually runs my batch file with the python script. LB adds the full path to the rom as a parameter, even though I left the default command-line parameters blank. I tried using the other parameters, but LB still is not substituting the info.
I need the filename, so my py script can look up info in an xml file.
Although I can probably make this work by having my py script parse the filename from the full path, I feel like I'm missing something here. Shouldn't LB be substituting the info when %romfile% is in the command line parameters?