home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / t / tm400-3.zip / PHOENIX.SCR < prev    next >
Text File  |  1993-01-05  |  399b  |  20 lines

  1. ;
  2. ; PHOENIX.SCR is a log on script file for Phoenix BBS
  3. ;
  4.  
  5. Name = "first last"          ; put your name here
  6. Color = "Y"                  ; "Y"es or "N"o
  7.  
  8. SET AutoStop,On              ; stop script if carrier is lost
  9. Waitfor 0                    ; unlimited waiting time
  10.  
  11. Waitfor "ANSI Color Graphics [y/N]?"
  12. Put Color
  13.  
  14. Waitfor "first name"
  15. Put Name
  16.  
  17. Waitfor "password"
  18. Put "^&"
  19.  
  20.