Re: Ejected Virtual Drive Problem
Posted on 2014-02-13, 05:42
OK, that seems to do the trick.... #NoTrayIcon #include $Progname = "dosbox.exe" If @Compiled Then If @ScriptName = $Progname Then Exit Endif $Command = $Progname For $i = 1 To $CmdLine[0] $Command = $Command & " " & $CmdLine[$i] Next $OldError = _WinAPI_SetErrorMode($SEM_FAILCRITICALERRORS) RunWait …