You could, however, make a map file and use that to present the list of tables. You can look in the C:\Program Files\GameEx\Data for the cached .MAP files to get an idea of how it should be formatted. To get a list of dir names and make a map file out of them, go to a cmd prompt and try: cd \dir_with_tables dir /b *. > baredir.txt for /F %s in (baredir.txt) do echo %s %s >> tables.map del baredir.txt In the gameex config, set the map file to point ot tables.map Assuming the VPT is exactly the same as the DIR name, you could use a command line like vpinball -play -[ROMFile]\[ROMFile].vpt