home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / ibm1 / tda9111.arj / READ.ME < prev    next >
Text File  |  1992-04-07  |  3KB  |  44 lines

  1. ╔═══════════════════════════════════════════════════════════════════════╗
  2. ║  NOVEMBER 1991                                      The DOS Authority ║
  3. ╟───────────────────────────────────────────────────────────────────────╢
  4. ║  A Global Delete Command: CLEANUP.BAT                                 ║
  5. ║    CLEANUP.BAT  - A batch file that (under DOS 5) deletes all files   ║
  6. ║                   matching a specification (i.e., *.BAK) from a drive.║
  7. ║                                                                       ║
  8. ║  Reading Your Computer's Equipment List Word                          ║
  9. ║    EQDISKS1.SCR - Reads the equipment-list word and returns 0 in      ║
  10. ║                   ERRORLEVEL if the computer has no diskette drives   ║
  11. ║                   or 1 if one or more diskette drives are present.    ║
  12. ║    EQDISKS2.SCR - Indentical to EQDISKS1.SCR except it calls BIOS     ║
  13. ║                   interrupt 11h instead of reading the equipment-list ║
  14. ║                   word directly from memory.                          ║
  15. ║    DISKLESS.BAT - Runs EQDISKS2.COM and displays a message stating    ║
  16. ║                   whether the computer is a diskless workstation.     ║
  17. ║    EQDRIVES.SCR - Returns in ERRORLEVEL the number of floppy drives.  ║
  18. ║    NUMFLOPS.BAT - Runs EQDRIVES.COM and displays a message stating    ║
  19. ║                   the number of floppy drives on the computer.        ║
  20. ║    EQSPORTS.SCR - Returns in ERRORLEVEL the number of serial ports.   ║
  21. ║    S_PORTS.BAT  - Runs EQSPORTS.COM and displays a message stating    ║
  22. ║                   the number of serial ports on the computer.         ║
  23. ║    EQPPORTS.SCR - Returns in ERRORLEVEL the number of parallel ports. ║
  24. ║    P_PORTS.BAT  - Runs EQSPORTS.COM and displays a message stating    ║
  25. ║                   the number of parallel ports on the computer.       ║
  26. ║    EQMATH.SCR   - Returns in ERRORLEVEL a flag indicating whether the ║
  27. ║                   computer contains a math coprocessor.               ║
  28. ║    MATHTEST.BAT - Runs EQMATH.COM and displays a message stating      ║
  29. ║                   whether the computer contains a math coprocessor.   ║
  30. ║    EQGAME.SCR   - Returns in ERRORLEVEL a flag indicating whether the ║
  31. ║                   computer contains a game port.                      ║
  32. ║    GAMETEST.BAT - Runs EQMATH.COM and displays a message stating      ║
  33. ║                   whether the computer contains a game port.          ║
  34. ║    EQVIDEO.SCR  - Returns in ERRORLEVEL a flag indicating the default ║
  35. ║                   video mode.                                         ║
  36. ║    VIDEOMOD.BAT - Runs EQVIDEO.COM and displays a message stating     ║
  37. ║                   the default video mode.                             ║
  38. ║    EQUIP.BAT    - Calls all of the above to provide a comprehensive   ║
  39. ║                   report based on the information in your computer's  ║
  40. ║                   equipment-list word.                                ║
  41. ╟───────────────────────────────────────────────────────────────────────╢
  42. ║  Last updated:  7 October 1991                                        ║
  43. ╚═══════════════════════════════════════════════════════════════════════╝
  44.