home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / comm / tmw / opus.tw_ < prev    next >
Text File  |  1995-08-07  |  245b  |  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.