home *** CD-ROM | disk | FTP | other *** search
/ Shareware Gold 1 / The_Golden_ROM_Series_-_Shareware_Gold_Volume_1_Number_11_-_SK_89-301_-_1989.iso / LIB022 / FORBIN.SCR < prev    next >
Text File  |  1988-01-01  |  960b  |  42 lines

  1. ;
  2. ;  ****  Login to The Forbin Project PCBoard  ****
  3. ;
  4. ColorFG 3
  5. ColorBG 0
  6.  
  7. When "NO CARRIER" Error
  8.  
  9. TurnOff Noise
  10.  
  11. Timeout 5 skip1
  12.  
  13. Waitfor "Want"
  14.  
  15. Skip1:
  16. Send    "Y{"
  17.  
  18. Timeout  120
  19. Waitfor  "Name"
  20.  
  21.          ;*******  Important!  ********
  22. EXIT     ;Remove these lines AFTER you have registered on system.
  23.          ;Then, next time you call, it will be automatic
  24.          ;Also remember to modify the following line with you
  25.          ;correct name and password as entered in the BBS.
  26.  
  27. Send     "Firstname Lastname Password{"    ;Change this to your valid
  28.                                            ; name and password.
  29.  
  30. When
  31. When     "Conference members (Enter)=no?"  "N{"
  32. When     "Conference mail (Enter)=yes?"    "N{"
  33. When     "(Enter) to continue"             "{"
  34. When     "'last read'"                     "N{"
  35. Waitfor  "Command"
  36.  
  37. Send     "R S{"                            ; Read all new mail!
  38. Exit
  39.  
  40. Error:
  41. Exit
  42.