home *** CD-ROM | disk | FTP | other *** search
- Note Qmodem BBS now Active!
- Note
-
- TopOfFile:
- Note Qmodem ready for Phone Calls!
- Send "AT{"
- Beep 250
- Beep 300
- WaitForRing:
- Beep 6000
- Timeout 60 WaitForRing Error trap set
- WaitFor "RING" Wait for the RING indicator
- Note Ring detected, answering...
- Send "ATA{" Answer the Phone
- Timeout 30 TopOfFile Error trap for CONNECT
- Beep 200
- Beep 200
-
- Timeout 1 baud1200
- Waitfor "connect 2400"
- Goto connect2400
-
- baud1200:
- Timeout 1 baud300
- Waitfor "Connect 1200"
- Goto connect1200
-
- baud300:
- Timeout 1 tryagain
- Waitfor "connect"
- setcomm c
- Goto Hello
-
- connect1200:
- Setcomm f
- goto Hello
-
- Connect2400:
- Setcomm I
-
- Hello:
- . Send welcome screen
- Send " Welcome to The Forbin Project Inc.{{{{"
- Send "This board is not actually a BBS program as many of you have{"
- Send "come to know. This is actually a Script File running under{"
- Send "Qmodem!! You will be able to Download the latest version of{"
- Send "Qmodem which is 2.0. This is basically a DEMO of what the{"
- Send "script language in Qmodem can do.{{{{"
-
- Send "Press 'Q' to continue...."
-
- Timeout 300 CycleCall Wait 5 minutes befor cycling
- Waitfor "q"
-
- Send "I am now ready to Upload QMODEM20.ARC to you.{"
- Send "{"
- Send "Choose your favorite Protocol:{"
- Send " 1) Xmodem{"
- Send " 2) Xmodem CRC{"
- Send " 3) Ymodem{"
- Send " 4) Exit{{"
- Send "Choice ?"
-
- Protocol:
- Timeout 1 XmodemCRC
- Waitfor "1"
- Goto SendXmodem
-
- XmodemCRC:
- Timeout 1 Ymodem
- Waitfor "2"
- Goto SendXmodemCRC
-
- Ymodem:
- Timeout 1 Leave
- Waitfor "3"
- Goto SendYmodem
-
- Leave:
- Timeout 1 Protocol
- Waitfor "4"
- Goto GoodBye
-
- SendXmodem:
- Send "1{{"
- Send "Send Ready.. Start your Download{"
- Upload Qmodem20.arc 2 Send the file Xmodem
- Goto GoodBye
-
- SendXmodemCRC:
-
- Send "2{{"
- Send "Send Ready.. Start your Download{"
- Upload Qmodem20.arc 3
- Goto GoodBye
-
- SendYmodem:
-
- Send "3{{"
- Send "Send Ready.. Start your Download{"
- Upload Qmodem20.arc 6
-
-
- GoodBye:
-
- Send " Thank you for calling The Forbin Project.{{"
- Send " Give our PCBoard BBS a try at 319-277-0044 {"
- Send " Its up 24 hrs a day, 7 days a week.{"
- Send "{{{ Hope you enjoy the new Qmodem!!{{"
- Send " Bye!{{~~~~~~"
-
- CycleCall:
-
- Send "(click){"
- HangUp
- Goto TopOfFile
-
- Note HAHAHAHA!!
- Return