home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- disp pcfiss8 1
-
- :start
- nocurs
- disp pcfiss8 2
- getkey evx
-
- if errorlevel 3 goto quit
- if errorlevel 2 goto virus
- if errorlevel 1 goto elf
-
- :elf
- disp elf 2
- getkey iem
-
- if errorlevel 3 goto start
- if errorlevel 2 goto elf1
- if errorlevel 1 goto install
-
- :elf1
- elf
- goto start
-
- :install
- install
- goto start
-
- :virus
- disp virus 2
- getkey cbam
-
- if errorlevel 4 goto start
- if errorlevel 3 goto ain
- if errorlevel 2 goto bin
- if errorlevel 1 goto cin
-
- :ain
- cls
- copy tbscnX26.* a:
- pause
- goto start
-
- :bin
- cls
- copy tbscnX26.* b:
- pause
- goto start
-
- :cin
- cls
- md c:\utils
- copy tbscnx26.* c:\utils
- pause
- goto start
-
- :quit
- cls
- disp pcfend 1
- pause
- cursor
- cls