home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / sysutl / resettsr.arc / RESET.DOC < prev   
Text File  |  1986-08-30  |  896b  |  15 lines

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