home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / comm / tm412_3.zip / GENESIS.SCR < prev    next >
Text File  |  1993-07-20  |  456b  |  23 lines

  1. ;
  2. ; GENESIS.SCR is a logon script file for Genesis BBS
  3. ;
  4.  
  5. Name = "First Last"          ; put your name here
  6. Phone = "1234"               ; last 4 digits
  7.  
  8. Set AutoStop,On              ; stop script if carrier is lost
  9. Waitfor 0                    ; wait until string matched
  10.  
  11. When "-More-(Y,N,C): ","n"
  12. When "<Press A Key>","^M"
  13.  
  14. Waitfor "[>"
  15. Put Name
  16.  
  17. Waitfor "Enter Password: "
  18. Put "^&"
  19.  
  20. Waitfor "digits of your phone #: "
  21. Put Phone
  22.  
  23.