Help Legendary Lars out !

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Xenophage
    Registered User
    • Oct 2001
    • 12122

    #1

    Help Legendary Lars out !

    Ok so I have 500 directories on a windows box

    they look like this

    randomname/images/filename.jpd

    I want to make them all

    randomname/filename.jpg

    and I dont want to move all the images 1 at a time

    how do I mass move 75000 files up 1 directory
    in 500 different folders.
  • Xenophage
    Registered User
    • Oct 2001
    • 12122

    #2
    wow I thought someone would ahve a quick easy answer

    Comment

    • kmanrox
      aka K-Man
      • Oct 2001
      • 29295

      #3
      bump for Lars
      Crypto HODLr
      Crypto mining
      Angel investor

      Comment

      • Xenophage
        Registered User
        • Oct 2001
        • 12122

        #4
        is it impossible

        seems like there should be a program that does this

        Comment

        • GeXus
          Confirmed User
          • May 2003
          • 3320

          #5
          Open both windows.. the empty folder you want the images to be in and the folder the images are in.

          Use your mouse and highlight all the images.. then drag and drop into the other folder

          Comment

          • jimmyf
            OU812
            • Feb 2001
            • 12651

            #6
            Originally posted by LegendaryLars
            Ok so I have 500 directories on a windows box

            they look like this

            randomname/images/filename.jpd

            I want to make them all

            randomname/filename.jpg

            and I dont want to move all the images 1 at a time

            how do I mass move 75000 files up 1 directory
            in 500 different folders.
            the question was so simple, i read it and read it thinking must be something else 2 it..
            Epic CashEpic Cash works for me
            Solar Cash Paysite Plugin
            Gallery of the day freesites,POTD,Gallery generator with free hosting

            Comment

            • Xenophage
              Registered User
              • Oct 2001
              • 12122

              #7
              Originally posted by GeXus
              Open both windows.. the empty folder you want the images to be in and the folder the images are in.

              Use your mouse and highlight all the images.. then drag and drop into the other folder
              yes thats nice if you have 1 folder I have 500 and dont want to sit there for 4 hours and do it one directory at a time I need to do it in batch 500 directories all the same structure

              Comment

              • Xenophage
                Registered User
                • Oct 2001
                • 12122

                #8
                Originally posted by jimmyf
                the question was so simple, i read it and read it thinking must be something else 2 it..

                modelname1/images/file.jpg
                modelname2/images/file.jpg
                ...
                modelname499/images/file.jpg


                each dir with a model name 500 of them has anywhere for 20-200 images I need to move all those images up 1 level in the tree but keep the 500 dirs so I want to get rid of the images directory in all 500 folders

                Comment

                • Harmon
                  ( ͡ʘ╭͜ʖ╮͡ʘ)
                  • Mar 2004
                  • 20012

                  #9
                  Hey Lars, this may be what you rae looking for. I didn't search for vast amounts of time but from what I have rtead it looks like it might be your solution with a little tweaking. Hope it helps

                  http://www.hahntech.com/copycat.htm
                  [email protected]

                  Comment

                  • Xenophage
                    Registered User
                    • Oct 2001
                    • 12122

                    #10
                    Originally posted by Harmon
                    Hey Lars, this may be what you rae looking for. I didn't search for vast amounts of time but from what I have rtead it looks like it might be your solution with a little tweaking. Hope it helps

                    http://www.hahntech.com/copycat.htm
                    looks good but I dont think that does what I need

                    Comment

                    • justsexxx
                      Too lazy to set a custom title
                      • Aug 2001
                      • 13723

                      #11
                      Does

                      filename.jpd

                      all have the same name? for example

                      /dir1/galleryfile.psd /dir2/galleryfile.psd?


                      If that;s the case, just use windows SEARCH and search for filename galleryfile.psd

                      All files will apear, crtl A crtl C and then paste them in a new directory.

                      Andre
                      Questions?

                      ICQ: 125184542

                      Comment

                      • Jer
                        God is Brazilian
                        • Feb 2001
                        • 10601

                        #12
                        I wonder if this would work

                        Type the line below in your shell / SSH screen
                        (when you're in the right system path)

                        mv /*/images/*.jpg /*/*.jpg

                        Comment

                        • Xenophage
                          Registered User
                          • Oct 2001
                          • 12122

                          #13
                          Originally posted by Jer
                          I wonder if this would work

                          Type the line below in your shell / SSH screen
                          (when you're in the right system path)

                          mv /*/images/*.jpg /*/*.jpg
                          yup this would work if I was on a unix box


                          sometimes windows is so fucking lame

                          Comment

                          • Xenophage
                            Registered User
                            • Oct 2001
                            • 12122

                            #14
                            Originally posted by justsexxx
                            Does

                            filename.jpd

                            all have the same name? for example

                            /dir1/galleryfile.psd /dir2/galleryfile.psd?


                            If that;s the case, just use windows SEARCH and search for filename galleryfile.psd

                            All files will apear, crtl A crtl C and then paste them in a new directory.

                            Andre
                            nope all files have difffernt names. there are 75,000 differnt files to move up ond dir in the tree

                            Comment

                            • Jer
                              God is Brazilian
                              • Feb 2001
                              • 10601

                              #15
                              Originally posted by Jer
                              I wonder if this would work

                              Type the line below in your shell / SSH screen
                              (when you're in the right system path)

                              mv /*/images/*.jpg /*/*.jpg
                              WARNING: Copy some dirs to another path and try this there first

                              Comment

                              • Jer
                                God is Brazilian
                                • Feb 2001
                                • 10601

                                #16
                                Damn, I hate when people post stuff without reading first but this time I made this mistake.

                                Comment

                                • Xenophage
                                  Registered User
                                  • Oct 2001
                                  • 12122

                                  #17
                                  Originally posted by Jer
                                  Damn, I hate when people post stuff without reading first but this time I made this mistake.
                                  heheh no worries thanks for giving it a shot anyway

                                  Comment

                                  • Xenophage
                                    Registered User
                                    • Oct 2001
                                    • 12122

                                    #18
                                    I really dont wanna have to go through and massage 500 dirs 1 at a time

                                    Comment

                                    • Xenophage
                                      Registered User
                                      • Oct 2001
                                      • 12122

                                      #19
                                      hmm finding a few things may have to move it all to a unix box

                                      Comment

                                      • jimmyf
                                        OU812
                                        • Feb 2001
                                        • 12651

                                        #20
                                        Originally posted by LegendaryLars
                                        modelname1/images/file.jpg
                                        modelname2/images/file.jpg
                                        ...
                                        modelname499/images/file.jpg


                                        each dir with a model name 500 of them has anywhere for 20-200 images I need to move all those images up 1 level in the tree but keep the 500 dirs so I want to get rid of the images directory in all 500 folders
                                        that's what i thought at 1st... guess I was right and it's not simple...

                                        get a programer 2 do it for you.

                                        good luck
                                        Epic CashEpic Cash works for me
                                        Solar Cash Paysite Plugin
                                        Gallery of the day freesites,POTD,Gallery generator with free hosting

                                        Comment

                                        • Xenophage
                                          Registered User
                                          • Oct 2001
                                          • 12122

                                          #21
                                          Originally posted by jimmyf
                                          that's what i thought at 1st... guess I was right and it's not simple...

                                          get a programer 2 do it for you.

                                          good luck
                                          if I cant find some shelf software to do It I will move all the files toa unix box and massage ti that way

                                          seems like this would some up for people from time to time its not that unique

                                          Comment

                                          • Xenophage
                                            Registered User
                                            • Oct 2001
                                            • 12122

                                            #22
                                            Ok I got it done

                                            I used thumbs plus to rebuiold all the images and then told it to build the images in ../ which moved everything up one dir. then removed all the images directories and wall I am done

                                            Comment

                                            • RawAlex
                                              So Fucking Banned
                                              • Oct 2003
                                              • 9465

                                              #23
                                              Tarball the whole thing up, then untar it with "ignore folder" into your new directory.

                                              Ta-dah.

                                              Alex

                                              Comment

                                              • wedouglas
                                                So Fucking Banned
                                                • Aug 2004
                                                • 5921

                                                #24
                                                try that or just do it one at a time, will take 20 minutes top

                                                Comment

                                                • Jer
                                                  God is Brazilian
                                                  • Feb 2001
                                                  • 10601

                                                  #25
                                                  Originally posted by LegendaryLars
                                                  Ok I got it done

                                                  I used thumbs plus to rebuiold all the images and then told it to build the images in ../ which moved everything up one dir. then removed all the images directories and wall I am done

                                                  Comment

                                                  Working...