home *** CD-ROM | disk | FTP | other *** search
/ ANews 3 / AnewsCD3.iso / T / Command-0-T01
Text File  |  1999-11-05  |  339b  |  23 lines

  1. C/SetPatch >NIL:
  2.  
  3. if exists s:bhinfo_old
  4.   if exists s:bhinfo
  5.     C/Delete s:bhinfo >NIL:
  6.   endif
  7.   C/Rename s:bhinfo_old s:bhinfo >NIL:
  8. endif
  9.  
  10. if exists s:bhinfo
  11.   C/Rename s:bhinfo s:bhinfo_old >NIL:
  12. endif
  13.  
  14. BH >NIL:
  15.  
  16. if exists s:bhinfo
  17.   C/Delete s:bhinfo >NIL:
  18. endif
  19. if exists s:bhinfo_old
  20.   C/Rename s:bhinfo_old s:bhinfo >NIL:
  21. endif
  22.  
  23.