| 1 | rem GcStartup-Skript V3 13.01.2016 mit identischen Reg-Settings für beide Displays
|
|---|
| 2 |
|
|---|
| 3 | :checkRegSettingsForDisplay
|
|---|
| 4 | \sdcard\bin\RegistrySet.exe -f "\sdcard\bin\SettingsForBothDisplays.par" -p "PicoMOD6" -t -e
|
|---|
| 5 | if errorlevel 1 goto setRegDisp
|
|---|
| 6 | goto startApp
|
|---|
| 7 | :setRegDisp
|
|---|
| 8 | \sdcard\bin\RegistrySet.exe -f "\sdcard\bin\SettingsForBothDisplays.par" -p "PicoMOD6" -e
|
|---|
| 9 | ndcucfg -c "reboot hardware"
|
|---|
| 10 | goto exit
|
|---|
| 11 |
|
|---|
| 12 | :startApp
|
|---|
| 13 | \sdcard\bin\dio.exe -D DIO1: -T 0x08
|
|---|
| 14 | if errorlevel 1 goto explorer
|
|---|
| 15 | if not exist \SDCard\bin\gc.exe goto explorer
|
|---|
| 16 | del /Q /F \ffsdisk\*.exe
|
|---|
| 17 | del /Q /F \ffsdisk\StartUp\*.*
|
|---|
| 18 | copy \SDCard\Bin\gc.exe \ffsdisk\gc.exe
|
|---|
| 19 | start \ffsdisk\gc.exe
|
|---|
| 20 | goto exit
|
|---|
| 21 |
|
|---|
| 22 | :explorer
|
|---|
| 23 | start explorer.exe
|
|---|
| 24 | goto exit
|
|---|
| 25 |
|
|---|
| 26 | :exit
|
|---|
| 27 | exit
|
|---|