home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pcjr / comm / TELMT2-1.LZH / QBBS.SCR < prev    next >
Text File  |  1989-12-22  |  339b  |  18 lines

  1. ;
  2. ; QBBS.SCR is a log on script file for Quick BBS
  3. ;
  4. ; For advance support such as quick log on and
  5. ; SEAlink Auto-Download, please refer to QBBS-A.SCR
  6. ;
  7.  
  8. Name="Winfred Hu"            ; put your name here
  9.  
  10. Waitfor 0                    ; unlimited waiting time
  11.  
  12. Waitfor "last name?"
  13. Put Name
  14.  
  15. Waitfor "password"
  16. put "^&"
  17.  
  18.