home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RBBS in a Box Volume 1 #2
/
RBBS_vol1_no2.iso
/
001g
/
farguser.scr
< prev
next >
Wrap
Text File
|
1986-04-16
|
2KB
|
70 lines
turnoff ansi
turnon echo
.Paramater #1 & #2 are to be used to tell it what to do
.Paramater #3 is used to tell it what to do when its done
.Parameter #4 is used to specify a Download Filename
.An example might be GOTO R RETURN"
.As parameters. The result would be: It would read all your messages,
.and then return.
.R is Read messages. D is Download using CRC. DR is Read messages &
.Download.
.By, Andrew Hoag
NOTE * Loren Jones RBBS *
NOTE * Dialing... *
DIAL "1"
BEEP 1500
BEEP 500
BEEP 1000
TIMEOUT 240
WAITFOR "MORE (Y),N,NS?"
SEND "~N~{"
WAITFOR "Name?"
SEND "~FIRSTNAME;LASTNAME;PASSWORD~{"
WAITFOR "MORE (Y),N,NS?"
SEND "~N~{"
WAITFOR "Press [ENTER] to Continue?"
SEND "~{"
WAITFOR "Main Functions <B,C,D,E,F,G,H,I,J,K,L,O,P,Q,R,S,U,V,W,X,?>?"
$1 $2
RETURN
R:
SEND "~r;*~{"
TIMEOUT 20 RA
TURNON CAPTURE
WAITFOR "MORE (Y),N,NS?"
SEND "~NS~{"
WAITFOR "Msg # ( 63 to 1437, *, <H>elp)? "
SEND "~{"
WAITFOR "Main Functions <B,C,D,E,F,G,H,I,J,K,L,O,P,Q,R,S,U,V,W,X,?>?"
TURNOFF CAPTURE
RA:
TIMEOUT 180
$3
RETURN
D:
SEND "f~{"
WAITFOR "X,?>?"
SEND "D~{"
SEND "~$4~{"
DOWNLOAD $4 3
$3
DR:
SEND "r;*~{"
TIMEOUT 20 RB
TURNON CAPTURE
WAITFOR "MORE (Y),N,NS?"
SEND "~NS~{"
WAITFOR "Msg # ( 63 to 1437, *, <H>elp)? "
SEND "~{"
WAITFOR "Main Functions <B,C,D,E,F,G,H,I,J,K,L,O,P,Q,R,S,U,V,W,X,?>?"
TURNOFF CAPTURE
RB:
TIMEOUT 180
WAITFOR "Main Functions <B,C,D,E,F,G,H,I,J,K,L,O,P,Q,R,S,U,V,W,X,?>?"
SEND "~f~{"
WAITFOR "X,?>?"
SEND "~D~{"
SEND "~~$4"
DOWNLOAD $4 3
$3