home *** CD-ROM | disk | FTP | other *** search
- ;
- ; QBBS.SCR is a log on script file for Quick BBS
- ;
- ; For advance support such as quick log on and
- ; SEAlink Auto-Download, please refer to QBBS-A.SCR
- ;
-
- Name="first last" ; put your name here
-
- Waitfor 0 ; unlimited waiting time
-
- Waitfor "last name?"
- Put Name
-
- Waitfor "password"
- put "^&"
-
-