rem Startup-Skript V2 09.07.2014 \sdcard\bin\dio.exe -D DIO1: -T 0x04 if errorlevel 1 goto checkRegOldDisp :checkRegNewDisp \sdcard\bin\RegistrySet.exe -f "\sdcard\bin\RegistrySet_TX16D20VM5BQA_newDisplay.par" -p "PicoMOD6" -t -e if errorlevel 1 goto setRegNewDisp goto startApp :setRegNewDisp \sdcard\bin\RegistrySet.exe -f "\sdcard\bin\RegistrySet_TX16D20VM5BQA_newDisplay.par" -p "PicoMOD6" -e goto reboot :checkRegOldDisp \sdcard\bin\RegistrySet.exe -f "\sdcard\bin\RegistrySet_TX16D11VM2CQC_oldDisplay.par" -p "PicoMOD6" -t -e if errorlevel 1 goto setRegOldDisp goto startApp :setRegOldDisp \sdcard\bin\RegistrySet.exe -f "\sdcard\bin\RegistrySet_TX16D11VM2CQC_oldDisplay.par" -p "PicoMOD6" -e goto reboot :reboot 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 copy \SDCard\Bin\gc.exe \ffsdisk\gc.exe start \ffsdisk\gc.exe goto exit :explorer start explorer.exe goto exit :exit exit