home *** CD-ROM | disk | FTP | other *** search
- @echo off
- @cls
- :UPPER
- WFF
- SNIFFER [ABCDEF]
- IF ERRORLEVEL 6 GOTO F
- IF ERRORLEVEL 5 GOTO E
- if errorlevel 4 goto D
- if errorlevel 3 goto C
- if errorlevel 2 goto B
- if errorlevel 1 goto A
- :F
- @CLS
- ABORT
- COPY RICK.TXT PRN
- GOTO UPPER
- :E
- GOTO END
- :D
- NEWRICK
- pause > nul
- goto upper
- :C
- WINFAST
- pause > nul
- goto upper
- :B
- AUTO
- PAUSE > NUL
- GOTO UPPER
- :A
- CONFSYS
- PAUSE > NUL
- GOTO UPPER
- :END
- CD
-
-