home *** CD-ROM | disk | FTP | other *** search
- @echo off
- c:
- \norton\be aus.be
- if errorlevel=2 goto Abbruch
- if not errorlevel=1 goto Abbruch
- cd \norton
- cls
- echo
- \tools\BTRSTD aus c:\tools\
- echo
- echo
- if errorlevel = 4 goto Fehler4
- if errorlevel = 3 goto Fehler3
- if errorlevel = 2 goto Fehler2
- if errorlevel = 1 goto Fehler1
- be ask " Festplatten parken ? (j/n) ",jn,default=j,timeout=5
- echo
- if errorlevel = 2 goto Aus
- park.com
- :Aus
- echo
- echo Bitte Computer ausschalten.
- :Ende
- goto Ende
-
- :Fehler1
- echo Falsches Datum in 'BtrStd.dat' Datei.
- goto Abbruch2
- :Fehler2
- echo Falscher Parameter für BtrStd.exe.
- goto Abbruch2
- :Fehler3
- echo Status 'a' statt 'l' in 'BtrStd.dat' Datei.
- goto Abbruch2
- :Fehler4
- echo Weder Status 'a' noch Status 'l' in 'BtrStd.dat' Datei.
- goto Abbruch2
-
- :Abbruch
- cls
-
- :Abbruch2
-