home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / slyce110.zip / DOC.BAT < prev    next >
DOS Batch File  |  1989-05-17  |  773b  |  35 lines

  1. echo off
  2. :batch    
  3. cls
  4. view slyce.cli 8 42 20 9
  5. say  1 1  14  ███████████████████████████████████████████████████████████████████████████████████  
  6. sayv 1 1  14  ███████████████████████████████████████████████████████████████████████████████████  
  7. say  25 1 14  ███████████████████████████████████████████████████████████████████████████████████  
  8. sayv 1 80 14  ███████████████████████████████████████████████████████████████████████████████████  
  9. rc 25 2
  10.  
  11. batquery 4,3,2,1
  12. if errorlevel 4 goto printer
  13. if errorlevel 3 goto file
  14. if errorlevel 2 goto read
  15. goto endd
  16.  
  17. :read
  18. slycedoc
  19. goto  batch
  20.  
  21. :file 
  22. slycedoc /p <doc.bat >slycedoc.txt
  23. goto batch
  24.  
  25. :printer
  26. say 25 1 15                         
  27. rc 24 1 
  28. slycedoc /h 
  29. goto batch 
  30.  
  31. :endd
  32.  
  33.  
  34.  
  35.