Hello -- I issued the the command
7z a -r -mx9 t:\test.7z u:\test**
I am trying to archive all the folders on u: that start with test --
the command scaned the entire drive and it found the folder that start with test at the root but "test" folder way down the file tree --
What would be the best way to set up the file seach to just the "test" folders at the root are saved?
also is there a way to turn off the display of the drive scan?
Thanks
7z a -mx9 t:\test.7z u:\test*\
And you can't disable scan messages.
Thanks for the info
Log in to post a comment.
Hello -- I issued the the command
7z a -r -mx9 t:\test.7z u:\test**
I am trying to archive all the folders on u: that start with test --
the command scaned the entire drive and it found the folder that start with test at the root but "test"
folder way down the file tree --
What would be the best way to set up the file seach to just the "test" folders at the root are saved?
also is there a way to turn off the display of the drive scan?
Thanks
And you can't disable scan messages.
Thanks for the info