home *** CD-ROM | disk | FTP | other *** search
- RESET.COM is a routine that will allow you to purge TSR
- routines (Terminate and Stay Resident) from your PC. Invoke it
- as follows: RESET FILENAME (no extension) The reset
- program will create a .COM file named FILENAME which will contain
- a picture of the system interrupt registers and memory allocation
- as they exist at the current time. Then you may load in any TSR
- type programs (REGDSP, for example, or WINDOWS or a spooler
- program). When you no longer want/need those resident programs in
- your system enter "FILENAME" and the system will be reset to the
- state at the time FILENAME was created. You can create several
- purge files but you can not run them out of sequence. I.E. You
- cannot create 'holes' in memory. Put the call to RESET into your
- AUTOEXEC.BAT file and then you'll be able to go back to a "clean"
- system anytime you need to.
-