Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista File Management > Copy files with folders

Reply
Thread Tools Display Modes

Copy files with folders

 
 
Jacques Latoison
Guest
Posts: n/a

 
      03-31-2009
Does anyone know if there is a way to copy files with their respective
folder locations?

I'm looking to do a Windows Search, and copy and paste the files found to
another location
but
I need the folder structure of the original file to be copied with the file,
so that its original location is intact.


i.e. if Windows Search finds someting in C:\Users\User1\Documents\File.docx
then we want it to copy and paste to
D:\SearchResults\Users\User1\Documents\File.docx


Is this possible?

Thanks beforehand,

Jacques

 
Reply With Quote
 
 
 
 
Pavel A.
Guest
Posts: n/a

 
      04-01-2009
If you manually select the files to copy, you can write
a simple cmd script, and drag the file onto it.
Something like this:

md d:\searchresults\%~p1 && copy %1 d:\searchresults\%~p1

Or, write a shell extension (right click handler or SendTo
target - a bit more complicated)

-- pa


Jacques Latoison wrote:
> Does anyone know if there is a way to copy files with their respective
> folder locations?
>
> I'm looking to do a Windows Search, and copy and paste the files found
> to another location
> but
> I need the folder structure of the original file to be copied with the
> file, so that its original location is intact.
>
>
> i.e. if Windows Search finds someting in C:\Users\User1\Documents\File.docx
> then we want it to copy and paste to
> D:\SearchResults\Users\User1\Documents\File.docx
>
>
> Is this possible?
>
> Thanks beforehand,
>
> Jacques

 
Reply With Quote
 
Jacques Latoison
Guest
Posts: n/a

 
      04-01-2009
Are you saying that I have to do this for each file, seperately?



"Pavel A." <> wrote in message
news:...
> If you manually select the files to copy, you can write
> a simple cmd script, and drag the file onto it.
> Something like this:
>
> md d:\searchresults\%~p1 && copy %1 d:\searchresults\%~p1
>
> Or, write a shell extension (right click handler or SendTo
> target - a bit more complicated)
>
> -- pa
>
>
> Jacques Latoison wrote:
>> Does anyone know if there is a way to copy files with their respective
>> folder locations?
>>
>> I'm looking to do a Windows Search, and copy and paste the files found to
>> another location
>> but
>> I need the folder structure of the original file to be copied with the
>> file, so that its original location is intact.
>>
>>
>> i.e. if Windows Search finds someting in
>> C:\Users\User1\Documents\File.docx
>> then we want it to copy and paste to
>> D:\SearchResults\Users\User1\Documents\File.docx
>>
>>
>> Is this possible?
>>
>> Thanks beforehand,
>>
>> Jacques


 
Reply With Quote
 
Pavel A.
Guest
Posts: n/a

 
      04-02-2009
Jacques Latoison wrote:
> Are you saying that I have to do this for each file, seperately?


I'm asking how you want it to be: manually or as automated/unattended job.
If manually, the example below can be easily adapted to handle several
files passed to it in the command line.

--pa

> "Pavel A." <> wrote in message
> news:...
>> If you manually select the files to copy, you can write
>> a simple cmd script, and drag the file onto it.
>> Something like this:
>>
>> md d:\searchresults\%~p1 && copy %1 d:\searchresults\%~p1
>>
>> Or, write a shell extension (right click handler or SendTo
>> target - a bit more complicated)
>>
>> -- pa
>>
>>
>> Jacques Latoison wrote:
>>> Does anyone know if there is a way to copy files with their
>>> respective folder locations?
>>>
>>> I'm looking to do a Windows Search, and copy and paste the files
>>> found to another location
>>> but
>>> I need the folder structure of the original file to be copied with
>>> the file, so that its original location is intact.
>>>
>>>
>>> i.e. if Windows Search finds someting in
>>> C:\Users\User1\Documents\File.docx
>>> then we want it to copy and paste to
>>> D:\SearchResults\Users\User1\Documents\File.docx
>>>
>>>
>>> Is this possible?
>>>
>>> Thanks beforehand,
>>>
>>> Jacques

>

 
Reply With Quote
 
Jacques Latoison
Guest
Posts: n/a

 
      04-02-2009
I want it to get its info from the Windows Search itself,
meaning,
it runs a search (which would include a content search) and copies the
files, with folder structure, to another location.


"Pavel A." <> wrote in message
news:...
> Jacques Latoison wrote:
>> Are you saying that I have to do this for each file, seperately?

>
> I'm asking how you want it to be: manually or as automated/unattended job.
> If manually, the example below can be easily adapted to handle several
> files passed to it in the command line.
>
> --pa
>
>> "Pavel A." <> wrote in message
>> news:...
>>> If you manually select the files to copy, you can write
>>> a simple cmd script, and drag the file onto it.
>>> Something like this:
>>>
>>> md d:\searchresults\%~p1 && copy %1 d:\searchresults\%~p1
>>>
>>> Or, write a shell extension (right click handler or SendTo
>>> target - a bit more complicated)
>>>
>>> -- pa
>>>
>>>
>>> Jacques Latoison wrote:
>>>> Does anyone know if there is a way to copy files with their respective
>>>> folder locations?
>>>>
>>>> I'm looking to do a Windows Search, and copy and paste the files found
>>>> to another location
>>>> but
>>>> I need the folder structure of the original file to be copied with the
>>>> file, so that its original location is intact.
>>>>
>>>>
>>>> i.e. if Windows Search finds someting in
>>>> C:\Users\User1\Documents\File.docx
>>>> then we want it to copy and paste to
>>>> D:\SearchResults\Users\User1\Documents\File.docx
>>>>
>>>>
>>>> Is this possible?
>>>>
>>>> Thanks beforehand,
>>>>
>>>> Jacques

>>


 
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
Copy local users and groups, copy shares with security, copy homeuser folders usenet@sphere10.com Windows Vista General Discussion 2 02-17-2009 12:31 PM
BUG in Vista's zip folders: you can't copy files to a protected fo BillD Windows Vista General Discussion 5 07-28-2008 07:25 PM
BUG in Vista's zip folders: you can copy files in a protected loca BillD Windows Vista General Discussion 0 05-19-2008 03:54 PM
copy data files & folders to cd-rw ragtop94 Windows Vista General Discussion 2 05-15-2008 10:44 PM
Can't copy media files into monitored folders while WMP11 is open. Dale Windows Vista Networking 0 11-10-2006 05:45 PM



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