Ticket #258: 20150702_GcStartup.cmd

File 20150702_GcStartup.cmd, 354 bytes (added by Melanie Hermann, 11 years ago)
Line 
1rem Startup-Skript V3 02.07.2015
2
3:startApp
4\sdcard\bin\dio.exe -D DIO1: -T 0x08
5if errorlevel 1 goto explorer
6if not exist \SDCard\bin\gc.exe goto explorer
7del /Q /F \ffsdisk\*.exe
8del /Q /F \ffsdisk\StartUp\*.*
9copy \SDCard\Bin\gc.exe \ffsdisk\gc.exe
10start \ffsdisk\gc.exe
11goto exit
12
13:explorer
14start explorer.exe
15goto exit
16
17:exit
18exit