home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / comm / infoterm.zip / RBBS.SCR < prev    next >
Text File  |  1993-04-04  |  238b  |  14 lines

  1. ;
  2. ; RBBS.SCR is a log on script file for RBBS
  3. ;
  4.  
  5. WAITFOR first
  6. SEND FIRSTNAME^M
  7. DELAY
  8. SEND LASTNAME^M
  9.  
  10. WAITFOR password
  11. SEND PASSWORD^M
  12.  
  13. ; Replace "FIRSTNAME" and "LASTNAME" and "PASSWORD" with your correct logon information
  14.