Jump to content

brb

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by brb

  1. what is the difference between how df.exe behaves when drive defragging vs individual file defragging:

     

    df c:

    df c:\ /s

    The difference I would presume is one would defrag the whole drive and the other would defrag individual files -> I know just stating the obvious, but didn't quite understand the question either.

     

    As for the examples you have quotes, both would do the same since drives are special cases. Instead, if you used something like

    df c:\windows -> This would defrag the files under this folder alone

    df c:\windows /s -> This would defrag files and folders under the directory recursively

  2. OK so apparently i can make a batch file that, when scheduled to run will run a list of programs that I specify

    I'm looking to run Defraggler and CCleaner what im wondering, is what code would i type to do this? any help thanks

     

    >df -help

    Usage: df [-hkPt] [-timeout timeout] [file_system ...] [file ...]

     

    Simple way to use would be to put it up as

    df c:

     

    CCleaner is simpler,

    <path to CCleaner>\CCleaner.exe /auto

    e.g.

    c:\progra~1\CCleaner\CCleaner.exe /auto

  3. Can you try implementing the following features:

     

    1. Defrag the MFT (Master File Table)

    2. Command line running of specific drive e.g. (defraggler.exe /drive:c)

    3. Scheduling (Hate Windows Task Scheduler)

    4. Status monitor and control direct from the Task Tray Icon

    5. On Reboot defrag to take advantage of other defrag methods like Free space fragmentation & Related file fragmentation

    6. Remote computer defrag

     

    If I think of anymore then I will edit this post at a later date..

     

     

    Keep up the good work!!

     

    Command line defrag already exists: under the program folder, type df c:\

    Scheduling it to do the job on reboot, yes that would be a nice addition.

  4. In the earlier release, it was simple to select the checkboxes against individual files which I want to defrag. Now with the new tabbed UI, I cant see to do that. If I select the list there and come back to the first tab and click defrag, it appears to be defragging the whole drive and not just the selected ones. Can we have the feature back.

     

    Outside of that, I love the product. Much better than the windows defrag utility. My system startup dropped by about a minute after I defragged with defraggler. Thanks for providing another great lightweight utility.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.