home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMMUNIC / TM211_1.ZIP / ACTIVE.SCR next >
Encoding:
Text File  |  1990-05-25  |  163 b   |  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.