I've been trying to come up with a way for RetroFE to launch Steam games like Street Fighter IV.  I tried setting it up in the following fashion: My collection is a directory where I collect all of the Shortcuts (*.lnk files) to each steam game, and I add the names of those games to my include.txt file.  For a launcher, I thought it might work if I simply used "start".  In my first attempt, RetroFE couldn't find "start", which makes sense because start is not a file, it's a command terminal instruction.  So I tried creating a start.bat file which just contains "start %1".  That didn't work, however, because unless you're in the directory where the lnk file exists, it just opens a command prompt starting in the target directory instead of launching the file.  Can anyone think of another way to solve this?  Thanks very much.