home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / comm / tm412_3.zip / ACTIVE.SCR < prev    next >
Text File  |  1993-07-20  |  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.