home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / FILEMAN / FM2_222A / FATOPT.CMD < prev    next >
OS/2 REXX Batch file  |  1995-01-05  |  384b  |  15 lines

  1. @Echo off
  2. rem
  3. rem suggestions:
  4. rem
  5. rem -i for idle priority
  6. rem
  7. rem -o for "optimize without asking"
  8. rem
  9. rem since fatopt returns the percentage of fragmented files when run in
  10. rem report-only mode (-r), you could set this command file up to only
  11. rem run to optimize when a report run indicated that fragmentation was
  12. rem above a certain percentage...
  13. rem
  14. fatopt.exe %1
  15.