home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1996 June / BUYER_696.iso / internet / ameol / ameol16 / filestat.sc_ / filestat.sc
Text File  |  1994-09-28  |  653b  |  21 lines

  1. REM FILESTAT.SCR v1.13 "Cix FILESTATS command"
  2. REM Contributed by Martin Tod (mtod@cix) with improvements from joz@cix
  3. REM Updated by joz@cix 17/8/94
  4. REM Ameol script to get file download statistics.
  5. REM It stores the file in your Ameol download directory.
  6. REM +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  7. status "Getting FileStats..."
  8. put "killscratch"
  9. waitfor "M:"
  10. put "join %c('Download FILESTATS from...','1')"
  11. if waitfor("R:","M:")==0
  12.  put "go olrfilestats"
  13.  waitfor "R:"
  14.  put "download"
  15.  download "%fs('Save FILESTATS As','0','FileStats\ffilestat.txt\f')"
  16.  put "quit"
  17.  waitfor "M:"
  18. endif
  19. status ""
  20. end
  21.