Ok. I think getting this emulator to work with the embeded CD mounting feature will be the death of me. LOL. So I setup a virtual "DT" drive that has a manufacturer name of DTSoft. It is drive D:\ on my computer. Looking at the log file, it seems that GameEx now recognizes this drive: 17:23:34.2 1/19/2012: Restoring Emulator from Cache 17:23:37.9 1/19/2012: Creating instance of global keyboard hook 17:23:37.9 1/19/2012: Running: cmd.exe /c C: SSF.exe d:\ 17:23:38.1 1/19/2012: Shutting down display However, it does not appear that a disk is mounting when I attempt to launch a game. I don't see a file loaded on the drive when I have GameEx running in a window and the DT Lite window up as well. I also get an error msg right away from Windows saying that SSF.exe has stopped working. Does GameEx mount a disk image using the command line parameters that were necessary when using the "launch before" and "launch after" fxns? If so, I think the newer version of DT Lite uses a slightly different command line than what others have reported previously. Most people say they use "C:\Program Files (x86)\DAEMON Tools Lite\DTLite.exe" -mount dt 0, "[RomPath]\[RomFile]". But I've only been able to get a disk to mount with this command line: "C:\Program Files (x86)\DAEMON Tools Lite\DTLite.exe" -mount dt, 0, "[RomPath]\[RomFile]". The only difference is an extra comma before the zero. That's the only thing I can think of that might potentially be an issue. Although I might be (and probably am) totally wrong on this. Any thoughts?