Jump to content

CMD parametrs- exclude, short ver


sidogh

Recommended Posts

1. Add new cmd parametr "exclude"

Have folder with subfolder with sub sub folders

Folder

Folder\Subfolder[1-10]

Folder\Subfolder[1-10]\Subfolder[1-10]\....

 

need to defrag : all Folders and subfolders without "Subfolder1" (it super large) and Folder\Subfolder1\Subfolder2\...

 

my example(/s - for recursive, ex/  -exclude -new?):

df.exe C:\Folder /s /ex C:\Folder\Subfolder1

df.exe C:Folder\Subfolder1\Subfolder2 /s

 

 

Another:

df.exe "C:\Folder" /s "C:Folder\Subfolder1\Subfolder2" /s /ex "C:\Folder\Subfolder1"

 

1.1 Also i dont understand how actualy work one line all items with 

\folder1\  /s \folder2\  /s \folder3\  /s

is it read only last /s and work for all folders?

 

 

2. Short cmd report with 3 gradation and no gradation. Need for multiply disk paths cmd not blinking( /nr commad?):

FolderCurrent

33% done

66% done

Complete!

 

Another:

FolderCurrent

Complete!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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