home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMMUNIC / TM211_1.ZIP / CR.SCR < prev    next >
Encoding:
Text File  |  1990-05-25  |  174 b   |  10 lines

  1. ;
  2. ; CR.SCR sends a carriage return [Enter] to the remote system
  3. ; every 5 seconds or a "More" is received.
  4. ;
  5.  
  6. while connected
  7.     waitfor "More",5
  8.     put
  9. endwhile
  10.