home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD2.img
/
d4xx
/
d479
/
uucp
/
uucp113.1.lzh
/
uucp1
/
sc
/
rgetab
< prev
next >
Wrap
AmigaDOS Script File
|
1991-02-04
|
329b
|
14 lines
.key file/A,file1,file2,file3,file4,file5,CD/K
.bra {
.ket }
; RGETAB, script to queue remote FTP requests for files from
; ab20.larc.nasa.gov
if x{CD} NOT EQ x
rget ab20.larc.nasa.gov {file} {file1} {file2} {file3} {file4} {file5} CD {CD}
else
rget ab20.larc.nasa.gov {file} {file1} {file2} {file3} {file4} {file5}
endif