Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Copy search results with full path

Reply
Thread Tools Display Modes

Copy search results with full path

 
 
VistaUser
Guest
Posts: n/a

 
      12-04-2008
Is there a way to copy the results of a search into a folder and maintain
the directory structure of the original files? For example, when searching
for protected music content in my Music folder, I get over 500 records. I
wish to copy these records to a different drive but when I select ALL from
the search results window and drop them into a new folder on a different
drive, the original path information is lost.

I have come up with a "workaround" but it is tedious: I drop the files into
WinZip (with the "Save full path" option ticked in WinZip) and then extract
them to the new location. Seems like there should be an easier way to
accomplish this in Windows.

 
Reply With Quote
 
 
 
 
Synapse Syndrome
Guest
Posts: n/a

 
      12-04-2008
VistaUser <> wrote:
>
> Is there a way to copy the results of a search into a folder and maintain
> the directory structure of the original files? For example, when
> searching for protected music content in my Music folder, I get over
> 500 records. I wish to copy these records to a different drive but
> when I select ALL from the search results window and drop them into a
> new folder on a different drive, the original path information is lost.
>
> I have come up with a "workaround" but it is tedious: I drop the files
> into WinZip (with the "Save full path" option ticked in WinZip) and
> then extract them to the new location. Seems like there should be an
> easier way to accomplish this in Windows.


If you are interested in using command line or batch scripts, I can spend a
bit of time making a command using ROBOCOPY or the bewildering array of
switches in XXCOPY. I'm not going to bother unless you want to do this, as
it will take a few minutes.

Otherwise, I am pretty sure that you can use SyncToy 2.0.

http://www.microsoft.com/downloads/d...displaylang=en

ss.


 
Reply With Quote
 
VistaUser
Guest
Posts: n/a

 
      12-04-2008


"Synapse Syndrome" <> wrote in message
news:#...
> VistaUser <> wrote:
>>
>> Is there a way to copy the results of a search into a folder and maintain
>> the directory structure of the original files? For example, when
>> searching for protected music content in my Music folder, I get over
>> 500 records. I wish to copy these records to a different drive but
>> when I select ALL from the search results window and drop them into a
>> new folder on a different drive, the original path information is lost.
>>
>> I have come up with a "workaround" but it is tedious: I drop the files
>> into WinZip (with the "Save full path" option ticked in WinZip) and
>> then extract them to the new location. Seems like there should be an
>> easier way to accomplish this in Windows.

>
> If you are interested in using command line or batch scripts, I can spend
> a bit of time making a command using ROBOCOPY or the bewildering array of
> switches in XXCOPY. I'm not going to bother unless you want to do this,
> as it will take a few minutes.
>
> Otherwise, I am pretty sure that you can use SyncToy 2.0.
>
> http://www.microsoft.com/downloads/d...displaylang=en
>
> ss.

Thanks. Your offer is very kind. My question was somewhat academic, as I
had actually accomplished what I needed by using the workaround I mentioned
in my original post. Interestingly enough, I had tried using the native
Windows folder compression program to see if I could compress the folder and
subsequently extract the files to my desired target location, but after
about 10 minutes of watching Windows crawl through the compression of
hundreds of files, I aborted the process and resorted to using WinZip.
WinZip compressed the files in a minute or so and I managed to complete the
task without any problems.

I am an old DOS geezer who used to live on the command line. I don't miss
the command line, especially the switches and parameters I had to master in
order to use programs like PKZIP and, yes, COPY and XCOPY. Been there.
Done that. God spare me from that experience again!

I will look into SyncToy for future potential use.

Thanks again.

 
Reply With Quote
 
Jon
Guest
Posts: n/a

 
      12-04-2008
Part of the problem is that it's ambiguous. For example, what would be the
expected folder structure if search results threw up 2 identically named
files eg

C:\SomeFolder\SomeFile.txt
D:\SomeFolder\SomeFile.txt

But without being pedantic, yes an appropriately written script would sound
like the way to go. Ir's also possible to script 'windows search' to be able
to do it all from the command line, eg using vbscript or powershell.

--
Jon


"VistaUser" <> wrote in message
news:E9622232-9EC4-4585-AD0C-...
> Is there a way to copy the results of a search into a folder and maintain
> the directory structure of the original files? For example, when
> searching for protected music content in my Music folder, I get over 500
> records. I wish to copy these records to a different drive but when I
> select ALL from the search results window and drop them into a new folder
> on a different drive, the original path information is lost.
>
> I have come up with a "workaround" but it is tedious: I drop the files
> into WinZip (with the "Save full path" option ticked in WinZip) and then
> extract them to the new location. Seems like there should be an easier
> way to accomplish this in Windows.


 
Reply With Quote
 
Donald Lessau
Guest
Posts: n/a

 
      12-04-2008
"VistaUser" <> schrieb im Newsbeitrag
news:E9622232-9EC4-4585-AD0C-...
> Is there a way to copy the results of a search into a folder and maintain
> the directory structure of the original files? For example, when
> searching for protected music content in my Music folder, I get over 500
> records. I wish to copy these records to a different drive but when I
> select ALL from the search results window and drop them into a new folder
> on a different drive, the original path information is lost.
>
> I have come up with a "workaround" but it is tedious: I drop the files
> into WinZip (with the "Save full path" option ticked in WinZip) and then
> extract them to the new location. Seems like there should be an easier
> way to accomplish this in Windows.


FYI, XYplorer File Manager offers this as a standard feature under the label
"Rich Move/Copy". Works via drag'n'drop directly from the Search Results
listing. The folder structure is recreated in the target folder relative to
the top folder of a recursive search.

Tip: The free trial version will do the job without pay for 30 days...

http://www.xyplorer.com/

Don

 
Reply With Quote
 
VistaUser
Guest
Posts: n/a

 
      12-04-2008


"Donald Lessau" <> wrote in message
news:gh9fdj$s6u$...
> "VistaUser" <> schrieb im Newsbeitrag
> news:E9622232-9EC4-4585-AD0C-...
>> Is there a way to copy the results of a search into a folder and maintain
>> the directory structure of the original files? For example, when
>> searching for protected music content in my Music folder, I get over 500
>> records. I wish to copy these records to a different drive but when I
>> select ALL from the search results window and drop them into a new folder
>> on a different drive, the original path information is lost.
>>
>> I have come up with a "workaround" but it is tedious: I drop the files
>> into WinZip (with the "Save full path" option ticked in WinZip) and then
>> extract them to the new location. Seems like there should be an easier
>> way to accomplish this in Windows.

>
> FYI, XYplorer File Manager offers this as a standard feature under the
> label "Rich Move/Copy". Works via drag'n'drop directly from the Search
> Results listing. The folder structure is recreated in the target folder
> relative to the top folder of a recursive search.
>
> Tip: The free trial version will do the job without pay for 30 days...
>
> http://www.xyplorer.com/
>
> Don


Thank you. Will try.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Number of files in search results using 'Advanced Search' SerenaK Windows Vista File Management 1 05-04-2008 12:33 AM
What's file's full path and BIOS davidjchuang Windows Vista File Management 4 03-22-2008 08:55 AM
Vista search does not display path to items listed in results Saddlemountain Windows Vista File Management 2 12-04-2007 12:34 PM
Search Results Andre Da Costa[ActiveWin] Windows Vista General Discussion 5 11-08-2007 11:52 PM
Full path in the Address bar of Explorer??? Noozer Windows Vista Installation 1 10-18-2006 02:03 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59