Prev: Screen2Exe v.2.9
Next: No more noses!!!
From: Gary R. Schmidt on 6 Apr 2010 10:53 GRL wrote: > First, thanks to all. > > No program can do what I was looking for. > > To be more precise: I' d like to rebuild the exact path of the found > files under another folder or device. So, the OS should be able to do > it, because there wouldn't be any conflict. > Well, "cpio" does it under *NIX, so the "cpio" that is part of Cygwin <http://www.cygwin.com> will do it. And it's free. Well, when you combine it with "find" it does what is required. Something like: $ find /starting/path -name '*.jpg' | cpio -p ... Cheers, Gary B-)
From: Johnw on 6 Apr 2010 16:54 GRL laid this down on his screen : > First, thanks to all. > > No program can do what I was looking for. > > To be more precise: I' d like to rebuild the exact path of the found files > under another folder or device. So, the OS should be able to do it, because > there wouldn't be any conflict. If you go down the Cygwin path, this may appeal. abcd-ni http://www.softpedia.com/get/Internet/Other-Internet-Related/abcd-ni.shtml http://code.google.com/p/abcd-ni/ A Better Cygwin Downloader - Not Installer
From: mike on 7 Apr 2010 02:39 GRL wrote: > Is there a program doing this? > Thx. > Giovanni > > --- news://freenews.netfront.net/ - complaints: news(a)netfront.net --- Sounds like you're the victim of failure to plan your file organization. It's not completely automatic, but here's what you can do. Download the trial version of totalcommander. IN the left pane, navigate to the root of your mp3 stuff. Point the right pane at the place you want it copied. Click copy. set only files of type "*.mp3" You'll get all the directories you highlighted but only mp3 files contained therein. Go to the right pane and alternately space and down arrow to highlight all the directories. Directories with no files will say "DIR" and not have a size. You can delete those. If it's important, you can go down a level in directories with mp3 content and do the same thing to delete empty subdirectories. Or you can whip out any programming language that can handle long file names and write a simple program to copy just the files you want. Can probably do it with a batch file or simple scripting language.
From: GRL on 17 Apr 2010 14:12 DustSigns does what I was looking for. Thanks. Giovanni In data 05 aprile 2010 alle ore 23:37:10, proteanthread <rtdos(a)rtdos.com> ha scritto: > On Apr 3, 7:16 am, GRL <gio...(a)gmail.com> wrote: >> Is there a program doing this? >> Thx. >> Giovanni >> >> --- news://freenews.netfront.net/ - complaints: n...(a)netfront.net --- > > > There is also the DustSigns File Copier which does this, to a T. --- news://freenews.netfront.net/ - complaints: news(a)netfront.net ---
From: Johnw on 18 Apr 2010 00:09
GRL submitted this idea : > DustSigns does what I was looking for. > Thanks. > Giovanni Thanks for letting us know Giovanni. |