home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HARDWARE / IFP1P145.ZIP / PAGE_10.INF < prev    next >
Encoding:
Text File  |  1991-02-11  |  4.2 KB  |  77 lines

  1.   This page gives you information about various programs that are typcially
  2. loaded into memory.
  3.  
  4.   Some memory resident programs use a special interrupt to communicate with
  5. other programs. By giving a special 'signature' with the command, many
  6. programs can share this one interrupt.
  7.  
  8. DOS:          Checks if DOS is readable!
  9. DRIVER.SYS:   This is used to add in extra floppies, or to redefine a drive
  10.               that is not normally supported. Also, DOS 4 appears to
  11.               support some of it's functions.
  12. DISPLAY.SYS:  This is used when non-US display characters are needed.
  13. ANSI.SYS:     This lets you display color and control the cursor.
  14.               Currently, only DOS 4's ANSI.SYS is detectable this way.
  15. EGA.SYS:      This is used by Windows 3. Some of the registers used to
  16.               control the EGA are WRITE ONLY. EGA.SYS is an interface that
  17.               lets Windows keep track of things easier.
  18. PRINT:        This is DOS's program that will send a file to the printer
  19.               while running in the background. If PRINT is found, INFOPLUS
  20.               will display information about it on the right side of the
  21.               screen.
  22. ASSIGN:       ASSIGN lets you redefine drive letters. ASSIGN A=B B=A will
  23.               reverse the drive letters used by your floppies. ASSIGN by
  24.               itself cancels all redefinitions.
  25. SHARE:        This is used to control access to files in network and
  26.               multi-tasking environments. Under DOS 4, it also prevents
  27.               problems when FCBs are used on large partitions.
  28. NLSFUNC:      This is used when non-US displays and keyboards are wanted.
  29. GRAFTABL:     The CGA lets you redefine the upper 128 ASCII characters in
  30.               graphics mode. GRAFTABL loads the normal high-ASCII
  31.               characters for display.
  32. NETBIOS:      This is an older interface for networking.
  33. SHELLB:       This is part of DOS 4's DOSSHELL program.
  34. XMA2EMS:      This is a program for PS/2's that convert extended memory to
  35.               EMS memory.
  36. APPEND:       Append lets you specify a PATH that is used when a program
  37.               attempts to open a file. It works similar to the PATH command
  38.               used at the DOS prompt. If found, extra information will be
  39.               displayed on the right side of the screen.
  40. GRAPHICS.COM: This is a DOS program that lets the PrtScrn key print
  41.               graphics screen.
  42. Crit.err.handlr: When a critical error occurs, it's possible to have a
  43.                  special TSR handle things.
  44. CDROM:        Some CDROM's might use this interface.
  45. Network:      This is supposed to be a generic Network information call.
  46.  
  47. Resident programs and drivers: Some programs let you detect and get
  48. information from them.
  49.  
  50. 4DOS: A shareware program that replaces COMMAND.COM. It offers many
  51.       enhancements and reduced memory requirements.
  52. Windows: This is the program by Microsoft. When version 3.0 is in enhanced
  53.          mode, alot of extra information is given.
  54. Desqview: Quarterdeck's multi-tasking program. If found, information about
  55.           available memory and screen modes/size is given.
  56. QEMM/QRAM: Quarterdeck's memory managers.
  57. Manifest: A system analyzer by Quarterdeck. It has a resident mode that
  58.           get information while a program is running.
  59. VIDRAM: A program by Quarterdeck that lets you use some of the EGA/VGA
  60.         display memory for DOS. This comes at the expense of graphics
  61.         modes, except for CGA level graphics.
  62. TAME: A shareware program that monitors DOS programs when running under
  63.       multi-tasking programs. If a program is doing nothing, it forces the
  64.       program to give up it's time slot, giving more to other programs.
  65. pcAnywhere: A program that lets you operate a computer via the serial port.
  66. Disk Spool II: A printer spooling program.
  67. Microsoft/LANtastic: The network programs.
  68. F-PROT: F-PROT is a shareware package of programs by Fridrik Skulason used
  69.         to protect a computer from viruses.
  70. ANARKEY: A program that lets you re-define the keyboard.
  71. VDS: Virtual DMA Specification is a controlled way for programs to transfer
  72.      memory around.
  73. CAM-SCSI: A SCSI interface standard.
  74. PC/TCP: A packet driver interface standard.
  75. CMC Int. SCSI driver: A SCSI driver.
  76.  
  77.