home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pcjr / comm / TELMT2-1.LZH / CR.SCR < prev    next >
Text File  |  1989-12-22  |  174b  |  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.