home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / utilities / armedit_1 / !ARMEdit / PCQuit < prev   
Text File  |  1997-02-21  |  727b  |  25 lines

  1. |   File        : PCQuit
  2. |   Date        : 21-Feb-97
  3. |   Author      : © A.Thoukydides, 1997
  4. |   Description : This file is executed when the PC front-end is quit.
  5. |                 It kills any PC related modules that are no longer required.
  6.  
  7. | An alias to allow modules to be killed safely
  8. Set Alias$ARMEditKill Set ARMEdit$Active 1|MRMEnsure %%0 0.00 Set ARMEdit$Active 0|MIf ARMEdit$Active=1 Then RMKill %%0
  9.  
  10. | Kill PC card modules
  11. ARMEditKill PCDevHelp
  12. ARMEditKill PCSupport
  13. ARMEditKill PCMem
  14. ARMEditKill PCIOSupport
  15. ARMEditKill PCSound
  16. ARMEditKill PCNE2
  17. ARMEditKill 386PCSupport
  18.  
  19. | Kill third party modules
  20. ARMEditKill ARMASPI
  21.  
  22. | Clear any system variables that have been set
  23. UnSet Alias$ARMEditKill
  24. UnSet ARMEdit$Active
  25.