home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo *** (1) installiertes System
- echo *** (2) WFW 3.11 ***
- echo *** (3) Windows 95 ***
- echo *** (4) Windows 95B ***
- echo *** (5) Windows 98 ***
- choice /c12345 /n Bitte wählen
- if errorlevel 5 set V=5
- if errorlevel 4 if not errorlevel 5 set V=4
- if errorlevel 3 if not errorlevel 4 set V=3
- if errorlevel 2 if not errorlevel 3 set V=2
- if errorlevel 1 if not errorlevel 2 goto ende
-
- attrib -r -h -s c:\.
- copy /v/y c:\tools\config\config.%v% c:\*.sys
- copy /v/y c:\tools\config\io.%v% c:\*.sys
- copy /v/y c:\tools\config\msdos.%v% c:\*.sys
- copy /v/y c:\tools\config\autoexec.%v% c:\*.bat
- copy /v/y c:\tools\config\command.%v% c:\*.com
-
- echo WCS:100 2 0 1 > boot.tmp
- echo q >> boot.tmp
- echo. >> boot.tmp
- debug c:\tools\config\bootsect.%v% < boot.tmp
- del boot.tmp
-
- echo g=ffff:0|debug
- :ende
-
-
-
-