home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 October / PCO_10.ISO / filesbbs / tmw110.arj / OPUS.TW_ < prev    next >
Encoding:
Text File  |  1995-08-08  |  245 b   |  14 lines

  1. ;
  2. ; OPUS.SCR is a log on script file for Opus BBS
  3. ;
  4.  
  5. SET AutoStop,On              ; stop script if carrier is lost
  6. Waitfor 0                    ; unlimited waiting time
  7.  
  8. Waitfor "first name"
  9. Put "^! y"
  10.  
  11. Waitfor "password"
  12. Put "^&"
  13.  
  14.