echo off cd %~dp0 cls :comb if exist %comp.txt GOTO installed echo --------------------------------- echo - 256 Farben bei Rhodan.exe - echo - Registryeintrag wird erstellt - echo - comb.txt wird erstellt - echo --------------------------------- ping localhost -n 3 >NUL rem Registry-Eintrag für Kompatibiliät 256 Farben für Rhodan.exe REG ADD "HKCU\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /V %~dp0RHODAN.EXE /T REG_SZ /D 256COLOR /F echo 256-Farben für Rhodan.exe eingestellt > comp.txt cls echo ----------------- echo - abgeschlossen - echo ----------------- ping localhost -n 3 >NUL goto comb :installed rem RROE flackert in Win10 wenn der Explorer im Hintergrund läuft taskkill /f /im explorer.exe taskkill /f /im explorer.exe taskkill /f /im explorer.exe rem Iso wird gemountet cd C:\Program Files (x86)\WinCDEmu\ batchmnt.exe C:\Eastside\ISO\Perry_Rhodan_-_Operation_Eastside.ccd v /wait cls echo ----------------------------------- echo - Perry Rhodan Operation Eastside - echo - ---------- - echo - Spiel wird gestartet - echo ----------------------------------- ping localhost -n 3 >NUL cls cd %~dp0 RHODAN.EXE cd C:\Program Files (x86)\WinCDEmu\ batchmnt.exe /unmount C:\Eastside\ISO\Perry_Rhodan_-_Operation_Eastside.ccd start explorer.exe cls echo ----------------- echo - Spiel beendet - echo ----------------- ping localhost -n 2 >NUL exit