![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Feb 2005
Posts: 62
Rep Power: 4
![]() |
looking for a program/utility...
...that will take all the files from a directory and all subdirectories and move them to a specified parent directory.
i -could- do this in winzip but it takes forever to add to zip, then have to unextract. any ideas? i tried doing something like this in VB but couldn't figure out how to read an infinitely variable number of subdirectories and manipulate them ![]() |
|
|
|
|
|
#2 |
|
Programming Guru
![]() ![]() |
a batch file would probably do it.
__________________
Profanity is the one language that all programmers understand. Check out my Blog <---updated Nov 30 2007! |
|
|
|
|
|
#3 |
|
Programmer
Join Date: Feb 2005
Posts: 62
Rep Power: 4
![]() |
i'm sure it could, but i'm still in the dark as to how i'm going to deal with an infinitely variable number of subdirectory below subdirectory. if i did know, i would have made it in VB already
![]() i could whip up something real easy if i were just moving files from one single subdirectory to a different parent directory, but that's not what i need ![]() |
|
|
|
|
|
#4 |
|
Programmer
Join Date: Feb 2005
Posts: 62
Rep Power: 4
![]() |
heh well i figured out another way to do it; move the director(ies) to the recycle bin and then cut/paste them from the bin to the destination. it's more risky than the winzip method because if the recycle bin isn't large enough to hold the contents of the director(ies), stuff will automatically get deleted without the user knowing...
|
|
|
|
|
|
#5 |
|
Programming Guru
![]() |
try xcopy in windows.... lol....
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|