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

  1. ;
  2. ; PCBOARD.SCR is a log on script file for PCBoard
  3. ;
  4.  
  5. WAITFOR "first name?"
  6. SEND NAME^M
  7.  
  8. WAITFOR "Password"
  9. SEND PASSWORD^M
  10.  
  11. ;   Replace "NAME" and "PASSWORD" with your correct logon information
  12.