Quote:
Originally Posted by KaktoR
It would be good if you could add output.txt which lists all files contain streams.
|
You dont need this tool for that, you can simply "for /r %i in ("*.*") do (ztool ... "%i" 1>> file.log) or something like that
To know which file have stream individually I would have to process them one by one and compare output. That would be too much for a simple shell script that use tar to process all in one stream. Also slower.
You can use file mask to check files with specific extension only, or check single file as that mean all others with same extension will be processable.