home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / fluke13.zip / FLUKEXIT.ASP < prev    next >
Text File  |  1995-06-28  |  357b  |  21 lines

  1. ;
  2. ; Part of a chained sequence of files to clean up after all done with 
  3. ; the pcplus script.  See flukecom.asp for details on suggestions of what
  4. ; could be done with this.
  5. ;
  6.  
  7. ; clean up after all is done
  8.  
  9. proc main
  10.     call end_pcplus
  11.     exit
  12. endproc
  13.  
  14. proc end_pcplus
  15.     set display on
  16.     set rxdata off
  17.     set keys off
  18.     set msg_crlf on
  19. endproc
  20.  
  21.