I noticed the script we made a while back with Aeliss wasn't added here so here it is.
Code: Select all
HotKeySet("{ESC}", "Terminate")
$path = "F:\Jeux PC [Downloads]\Emulation\PC Engine CD\"
$app = "pce.exe"
If $CmdLine[0] > 0 Then
RunWait('"C:\Program Files\DAEMON Tools Lite\DTLite.exe" -mount 0,"' & $CmdLine[1] & '"')
$PID = Run( $path & $app & ' -cd', $path)
While 1
Sleep(100)
WEnd
EndIf
Func Terminate()
While ProcessExists ( $PID )
ProcessClose ( $PID )
WEnd
RunWait('"C:\Program Files\DAEMON Tools Lite\DTLite.exe" -unmount 0')
Exit 0
EndFunc
Code: Select all
HotKeySet("{ESC}", "Terminate")
$path = "F:\Jeux PC [Downloads]\Emulation\PC Engine CD\"
$app = "pce.exe"
If $CmdLine[0] > 0 Then
RunWait('"C:\Program Files\DAEMON Tools Lite\DTLite.exe" -mount scsi, 0,"' & $CmdLine[1] & '"')
$PID = Run( $path & $app & ' -cd', $path)
While 1
Sleep(100)
WEnd
EndIf
Func Terminate()
While ProcessExists ( $PID )
ProcessClose ( $PID )
WEnd
RunWait('"C:\Program Files\DAEMON Tools Lite\DTLite.exe" -unmount scsi, 0')
Exit 0
EndFunc
Works perfectly with the dozen of games I tried.
I attached the icon I'm currently using but it would require to be transparent to be added in "mGalaxy" without looking awkward.