rem GcStartup-Skript V3 13.01.2016 mit identischen Reg-Settings für beide Displays :checkRegSettingsForDisplay \sdcard\bin\RegistrySet.exe -f "\sdcard\bin\SettingsForBothDisplays.par" -p "PicoMOD6" -t -e if errorlevel 1 goto setRegDisp goto startApp :setRegDisp \sdcard\bin\RegistrySet.exe -f "\sdcard\bin\SettingsForBothDisplays.par" -p "PicoMOD6" -e ndcucfg -c "reboot hardware" goto exit :startApp \sdcard\bin\dio.exe -D DIO1: -T 0x08 if errorlevel 1 goto explorer if not exist \SDCard\bin\gc.exe goto explorer del /Q /F \ffsdisk\*.exe del /Q /F \ffsdisk\StartUp\*.* copy \SDCard\Bin\gc.exe \ffsdisk\gc.exe start \ffsdisk\gc.exe goto exit :explorer start explorer.exe goto exit :exit exit