Page 1 of 1

Problem with command line parameters

Posted: Mon May 22, 2006 5:36 am
by Xeno
I was putting in %3 to run the ROMs, and it was fine--most of the time. Then I hit a few odd ones. No problem, I just add quotes around it, right? Oops, RomCenter helpfully strips the quotes out for me... That wasn't helpful.

Workaround was to edit the ini file and put ""%3"" for that parameter, because then only the outermost quotes would get stripped. I was unable to do the same thing via the GUI (it'd save as "%3" which would then be reduced to %3 next time I opened it).

It would be nice if you could do this via the GUI without having to resort to such a hack?