home *** CD-ROM | disk | FTP | other *** search
/ The Education Master 1994 (4th Edition) / EDUCATIONS_MASTER_4TH_EDITION.bin / files / commadio / telmt23 / active.scr < prev    next >
Text File  |  1992-01-03  |  168b  |  11 lines

  1. ;
  2. ; ACTIVE.SCR sends space and a backspace once a second
  3. ; in order to prevent inactive timeout
  4. ;
  5.  
  6. while connected
  7.      put "  ^H^H",
  8.      delay 50
  9. endwhile
  10.  
  11.