home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / t / tm400-3.zip / ACTIVE.SCR < prev    next >
Text File  |  1993-01-05  |  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.