home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / tm211_1.zip / ACTIVE.SCR next >
Text File  |  1990-05-25  |  163b  |  10 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",
  8.      delay 50
  9. endwhile
  10.