home *** CD-ROM | disk | FTP | other *** search
- :: This script downloads a file after it is listed
- :: by the Compuserve SIG "bro" command. Enable this with:
- :: set f3 "@source kcisdl.t"
- :: Then "bro" and at each SIG download prompt, F3 grabs the file.
- :: Note - to "clean up" the display change the "pat 1i" to "pat 1"
- :: and likewise the line below it, by delaying YAM's responses.
- ::
- if !h^\[ echo "Can't find Project Programmer Number"; return
- ss yf "^[^ /]+"
- setc s0 "\L%z0"
- if f%s0 echo "%s0 Exists: No Action taken."; return
- split y " " " " " "
- echo "File name is %s0"
- put "\025dow %s0/PRO:B\r"
- pat 1i "Protocol Menu"
- pat 2i "\nFile name"
- pat 3l "Unknown pro"
- wait -f20
- if 3 put "\025dow %s0/PRO:B\r"; wait -f20
- if 1 put "\0252\r"; wait -f20 : tell them B potocol
- if 2 put "\025%s0\r"
- pat
- ena -C
- estimate %z2
- return
-