home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD2.img / d4xx / d479 / uucp / uucp113.1.lzh / uucp1 / sc / rgetab < prev    next >
AmigaDOS Script File  |  1991-02-04  |  329b  |  14 lines

  1. .key file/A,file1,file2,file3,file4,file5,CD/K
  2. .bra {
  3. .ket }
  4.  
  5. ;   RGETAB, script to queue remote FTP requests for files from
  6. ;   ab20.larc.nasa.gov
  7.  
  8. if x{CD} NOT EQ x
  9. rget ab20.larc.nasa.gov {file} {file1} {file2} {file3} {file4} {file5} CD {CD}
  10. else
  11. rget ab20.larc.nasa.gov {file} {file1} {file2} {file3} {file4} {file5}
  12. endif
  13.  
  14.