home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / wp / intext2.zip / INTEXT.BAT < prev    next >
DOS Batch File  |  1990-05-01  |  629b  |  38 lines

  1. echo off
  2. ctty nul
  3. if %1* == /I* ren infoRead.txt info.*
  4. if %1* == /i* ren infoRead.txt info.*
  5. ctty con
  6. if not exist info.txt GOTO noInfo
  7. cls
  8. type info.txt
  9. ren info.txt inforead.* >nul
  10. endbatch
  11.  
  12. :noInfo
  13. cls
  14. echo Please wait...
  15. IF NOT EXIST HERCHARS.DEF GOTO common
  16. if %1* == * goto none
  17. if %1 == /C goto switch
  18. if not %1 == /c goto common
  19.  
  20. :switch
  21. shift
  22. goto common
  23.  
  24. :none
  25. hercules herchars.def
  26. rem if errorlevel 1 echo Color Graphics Card detected.
  27.  
  28. :common
  29. hebrseg
  30. sysseg
  31. cls
  32. TYPE LOGO1.TXT
  33. INTEXM %1 %2 %3 %4 %5 %6 %7 %8 %9
  34. cls
  35. IF EXIST HERCHARS.DEF hercules * >nul
  36. :finish
  37. type intro.txt
  38.