Microsoft KB Archive/78009

From BetaArchive Wiki
Knowledge Base


Troubleshooting When TSRs Are Loaded

Article ID: 78009

Article Last Modified on 11/26/2003



APPLIES TO

  • Microsoft MS-DOS 2.11 Standard Edition
  • Microsoft MS-DOS 3.1
  • Microsoft MS-DOS 3.2 Standard Edition
  • Microsoft MS-DOS 3.21 Standard Edition
  • Microsoft MS-DOS 3.3 Standard Edition
  • Microsoft MS-DOS 3.3a
  • Microsoft MS-DOS 4.0 Standard Edition
  • Microsoft MS-DOS 4.01 Standard Edition
  • Microsoft MS-DOS 5.0 Standard Edition



This article was previously published under Q78009

SUMMARY

A terminate-and-stay-resident (TSR) program is a utility that resides in memory while other applications are executing.

In general, TSRs work around MS-DOS (that is, shortcuts are used). TSRs also make assumptions in the way MS-DOS acts. However, the assumptions that TSRs make with one version of MS-DOS may not apply in other versions.

For these reasons, it is a good general troubleshooting technique to not load TSR programs. TSRs can interfere with normal troubleshooting and testing.

MORE INFORMATION

Examples of TSRs are mouse drivers, some menu programs, Sidekick, Append, and Mirror. Note that batch files are never TSRs. To troubleshoot TSRs, do the following:

  1. Do not load any TSRs. Remark (rem) out all TSRs in the CONFIG.SYS and AUTOEXEC.BAT files. For example:

    rem c:\dos\doskey

  2. If the problem is resolved and MS-DOS 5.0 is being used, load all TSRs low. Some TSRs expand and contract. When loaded into high or upper memory, TSRs can cause conflicts with other devices or utilities.
  3. If a TSR is causing the problem, do the following:

    • Consult this knowledge base for information on the software.
    • Contact the TSR manufacturer for help and information.



Additional query words: tshoot 3.0 3.00 3.1 3.10 3.2 3.20 3.21 3.22 3.3 3.30 3.3a 3.30a 4.0 4.00 4.0a 4.00a 4.01 4.01a 5.0 5.00

Keywords: KB78009