MS DOS

  Admin / MSDOS / Absichern und Bootmenü / Einrichten eines Bootmenüs / AUTOEXEC.BAT des obigen Beispieles  
 

 

 

 

Die Datei AUTOEXEC.BAT

echo off
path=%path%;c:\bootfile;c:\bootfile\net
echo Starte "%CONFIG%" mit PFAD=%PATH%

goto %CONFIG%
echo "schwerer Fehler, exit"
goto ende

:WIN95
path=c:\;c:\windows;c:\windows\command;c:\windows\system
rem wer hier Zeit sparen will, der lasse die nächsten Zeile außer WIN raus
c:\bootfile\mode con codepage prepare=((850) C:\bootfile\ega.cpi)
c:\bootfile\mode con codepage select=850
c:\bootfile\keyb.com gr,,c:\bootfile\keyboard.sys
c:\windows\win
goto ende

:MSNET
c:\bootfile\net\netstart.bat LOADNET
c:\bootfile\mode con codepage prepare=((850) C:\bootfile\ega.cpi)
loadhigh c:\bootfile\mode con codepage select=850
loadhigh c:\bootfile\keyb.com gr,,c:\bootfile\keyboard.sys
loadhigh c:\bootfile\mscdex.exe /D:FLLCD001
loadhigh c:\bootfile\mouse.com
goto ende

:MSDOS
c:\bootfile\mode con codepage prepare=((850) C:\bootfile\ega.cpi)
loadhigh c:\bootfile\mode con codepage select=850
loadhigh c:\bootfile\keyb.com gr,,c:\bootfile\keyboard.sys
loadhigh c:\bootfile\mscdex.exe /D:FLLCD001
loadhigh c:\bootfile\mouse.com
goto ende

:NIX
C:\BOOTFILE\REBOOT.COM

:HSCAN
c:\bootfile\mouse.com
c:\windows\scandisk.exe /ALL /SURFACE /NOSUMMARY /AUTOFIX
goto ende

:HPQDI
c:\bootfile\net\netstart.bat LOADNET
c:\bootfile\keyb.com gr,,c:\bootfile\keyboard.sys
c:\bootfile\mouse.com
z:\hlp\wks\pqdi\pqdi.exe
goto ende

:VIRUS
c:\bootfile\net\netstart.bat LOADNET
c:\bootfile\keyb.com gr,,c:\bootfile\keyboard.sys
c:\bootfile\mouse.com
z:\hlp\wks\virus\virus.exe
goto ende

:EINGA
goto ende

:ENDE