home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
qmodem
/
allscrpt.arc
/
DOWNFIDO.SCR
< prev
next >
Wrap
Text File
|
1986-05-04
|
768b
|
29 lines
. This script will download up to 4 files from Fido boards
. Using XMODEM/CRC
. It is executed using Alt-F, and the parameters are the file names
.
. Bob Malakoff, 913 Brighton Road, Pittsburgh, PA 15233 (412) 321-3612
.
BEEP 330
BEEP 300
SEND "d xc $1{"
WAITFOR "Control-C to abort"
DOWNLOAD \temp\$1 3
SEND "{"
WAITFOR "File Command:"
SEND "d xc $2{"
WAITFOR "Control-C to abort"
DOWNLOAD \temp\$2 3
SEND "{"
WAITFOR "File Command:"
SEND "d xc $3{"
WAITFOR "Control-C to abort"
DOWNLOAD \temp\$3 3
SEND "{"
WAITFOR "File Command:"
SEND "d xc $4{"
WAITFOR "Control-C to abort"
DOWNLOAD \temp\$4 3
SEND "{"
RETURN