home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1996 June / BUYER_696.iso / internet / ameol / ameolnt / fal.sc_ / fal.sc
Text File  |  1995-02-21  |  482b  |  15 lines

  1. REM FAL.SCR V1.0 by joz@cix 25 Jun 1994
  2. REM File Archive List - list files in an archive on CIX
  3. status "List the files in an .ARC or .ZIP file on CIX"
  4. put "killscratch"
  5. waitfor "M:"
  6. put "join %c('Choose conference/topic where the files reside','1')"
  7. put "file fal %s('File Archive List','Enter file name')"
  8. waitfor ":"
  9. put "download"
  10. download "%fs('File Archive List destination filename','0','Search\ff:\\dnlds\\searches\\fal.txt\f')"
  11. put "q"
  12. waitfor "M:"
  13. status ""
  14.  
  15.