home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / comm / tmw / pcboard.tw_ < prev    next >
Text File  |  1995-08-07  |  319b  |  18 lines

  1. ;
  2. ; PCBOARD.SCR is a log on script file for PCBoard
  3. ;
  4.  
  5. Color = "Y^M"                ; "Y"es or "N"o
  6.  
  7. When "graphics",Color
  8.  
  9. SET AutoStop,On              ; stop script if carrier is lost
  10. Waitfor 0                    ; unlimited waiting time
  11.  
  12. Waitfor "first name?"
  13. Put "^!"
  14.  
  15. Waitfor "Password"
  16. Put "^&"
  17.  
  18.