what is the difference between how df.exe behaves when drive defragging vs individual file defragging:
df c:
df c:\ /s
command line df c: vs df c:\ /s
Started by jfj, Oct 17 2008 03:30 PM
1 reply to this topic
#1 OFFLINE
Posted 17 October 2008 - 03:30 PM
#2 OFFLINE
Posted 23 October 2008 - 12:26 PM
jfj, on Oct 17 2008, 09:00 PM, said:
what is the difference between how df.exe behaves when drive defragging vs individual file defragging:
df c:
df c:\ /s
df c:
df c:\ /s
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












