#1
|
|||
|
|||
Eliminate many "sub" folders
I have some downloads that are broken up into "pieces" scenes if you will.
each of these piece is a set of rar files and contain one avi and one junk gif file. right now I "merge" them into one download into one folder but each file is in its own subfolder. Is there anyway to have jdunrar eliminate this? ie IGNORE subfolders and "put" all the files in the one single destination folder I assign. ? Maybe a check mark in the links screen for "ignore sub folders" so I can leave it unchecked for a download where the folder structure is important or something. Its not that its hard its just tedious to have to goto each subfolder right click copy and paste the file into the main folder so I can delete all the sub folders. but if it would be really easy to do it would be nice. Not critical in anyway off course! just a wish :-) |
#2
|
||||
|
||||
You can fix it after the fact, eg use xxcopy, a free file copying utility.
from **External links are only visible to Support Staff**xxcopy.com If all the files are in a tree under the folder z1, you can copy all the files into the top level of a folder z2 by the command xxcopy z1 z2 /SG (/GS = gather subdirectories) to delete the original files after the copy, add /RC: xxcopy z1 z2 /SG /RC Otherwise, you could set JD not to extract archives, and do it yourself with Winrar. It has an option under "Extract" to "Do not extract pathnames", if that is set you should get everything in one folder. |
Thread Tools | |
Display Modes | |
|
|