home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inside Multimedia 1996 November
/
IMM1196.BIN
/
magazin
/
multiboo
/
runsys.bat
< prev
next >
Wrap
DOS Batch File
|
1996-09-14
|
540b
|
28 lines
@ECHO OFF
GOTO %1
:OLDDOS
MSDOSSET BOOTMENU 1 /S /I
MSDOSSET BOOTMENUDELAY 10 /S /I
MSDOSSET BOOTMENUDEFAULT 7 /R /S /I
GOTO ENDE
:WIN95
MSDOSSET BOOTMENU 0 /S /I
MSDOSSET BOOTMENUDELAY 10 /S /I
MSDOSSET BOOTMENUDEFAULT 1 /R /S /I
GOTO ENDE
:STARTDOS
MSDOSSET BOOTMENU 0 /S /I
MSDOSSET BOOTMENUDELAY 10 /S /I
MSDOSSET BOOTMENUDEFAULT 1 /R /S /I
GOTO ENDE
:ABGESICHERT
MSDOSSET BOOTMENU 1 /S /I
MSDOSSET BOOTMENUDELAY 10 /S /I
MSDOSSET BOOTMENUDEFAULT 3 /R /S /I
GOTO ENDE
:ENDE
ECHO *** Operation abgebrochen.