• Index » 
  • Community » 
  • Tech » 
  • Consolidationg files from multiple Directories to one?
TheDonkey
Eat my bearrrrrrrrrrr, Tonighttt
+163|5984|Vancouver, BC, Canada
Ok, so I have about 400 pictures spread out between about 100 folders all in My Pictures.

Unfortunately, they are totally out of order(Pics from my Greece vacation are in my "Phone" directory...?)



So I'm looking for a program that'll let me Delete all the individual directories and consolidate all files into one.

I then plan on using Windows Photo Gallery(STFU) to tag, label and rename them all.


P.S. I don't care for buying a program on eBay or otherwise
P.P.S. I use Vista x64 so the Zune theme no worky.
=NHB=Shadow
hi
+322|6633|California
try doing it manually i heard it works best?
SamTheMan:D
Banned
+856|6241|England

i so lold at the ps's

nice 1
Cheez
Herman is a warmaphrodite
+1,027|6706|King Of The Islands

I know of no such program, the best I can suggest is using some CMD hax.

cd Phone
move * C:\Users\TheDonkey\Pictures
cd..
cd Elephants
move * C:\Users\TheDonkey\Pictures
cd..

etc.


Ain't naught wrong with Windows Photo Gallery, tbf.
My state was founded by Batman. Your opinion is invalid.
TheDonkey
Eat my bearrrrrrrrrrr, Tonighttt
+163|5984|Vancouver, BC, Canada
Manually it is then

Although I'll do it with 2 explorer windows instead of the command line,

After setting up my linux server with only a CLI, I wince whenever I have to use the Windows CMD
tkoi
Utahraptor!
+148|6414|Texas
http://autohotkey.com

Code:

FileCreateDir, %A_MyDocuments%\My Pictures\NewDir
Loop, %A_MyDocuments%\My Pictures, 0, 1
  {
  FileCopy, %A_LoopFileLongPath%, %A_MyDocuments%\My Pictures\NewDir
  }
MsgBox, Completed
Untested, but I'm pretty confident.
TheDonkey
Eat my bearrrrrrrrrrr, Tonighttt
+163|5984|Vancouver, BC, Canada
Ohjeez.

Well I already did it manually, but karmaz to all.


Note to self, download AutoHotKey and find a use for it.
signa
~~~~~
+50|6996|Michigan, USA
windows search > "all files and folders"
choose my pictures directory
file:  *.bmp, *.gif, *.jpg

search, then ctrl-a to select all.
cut then paste in new folder.
TheDonkey
Eat my bearrrrrrrrrrr, Tonighttt
+163|5984|Vancouver, BC, Canada
Ohhhh, smart, didn't think of that one, karmaz.
  • Index » 
  • Community » 
  • Tech » 
  • Consolidationg files from multiple Directories to one?

Board footer

Privacy Policy - © 2025 Jeff Minard