home *** CD-ROM | disk | FTP | other *** search
- echo off
- :batch
- cls
- view slyce.cli 8 42 20 9
- say 1 1 14 ███████████████████████████████████████████████████████████████████████████████████
- sayv 1 1 14 ███████████████████████████████████████████████████████████████████████████████████
- say 25 1 14 ███████████████████████████████████████████████████████████████████████████████████
- sayv 1 80 14 ███████████████████████████████████████████████████████████████████████████████████
- rc 25 2
-
- batquery 4,3,2,1
- if errorlevel 4 goto printer
- if errorlevel 3 goto file
- if errorlevel 2 goto read
- goto endd
-
- :read
- slycedoc
- goto batch
-
- :file
- slycedoc /p <doc.bat >slycedoc.txt
- goto batch
-
- :printer
- say 25 1 15
- rc 24 1
- slycedoc /h
- goto batch
-
- :endd
-
-
-
-