If i understand this correctly you want to move just the files from E drive
to the same folder name in D:
for eg: you have a folder named ABCD in e drive as well as in d drive but
file name XYZ is in D drive and UVW is in e drive so you want to move UVW to
folder named ABCD in D drive.
THis can b
Thank you guys for replying.
I think I should elaborate it. There are different files in the sub-folders
at both locations. I just want to copy the contents of Location 2 to
Location 1 without disturbing anything in Location.
I don't want to delete anything from Location 1.
Cheers..
Abhishek
Is it windows?
If you want to use VBA for that, filecopy() function should help
Hemant Hegde
2009/11/25 Peetu
> There are free utilities available such as Allways Sync which can
> synchronize your data between two locations.
>
> On Nov 25, 3:52 pm, Aindril De wrote:
> > Hi Abhishek,
> >
> >
There are free utilities available such as Allways Sync which can
synchronize your data between two locations.
On Nov 25, 3:52 pm, Aindril De wrote:
> Hi Abhishek,
>
> Use the following command:
>
> XCOPY "E:\My Collection" "D:\My Collection" /E /S
>
> Let me know if you need any further help.
>
I think, it can be achieved by simply copying E:\My Collection and "Ctrl+A"
and "Ctrl+V" on D:\
On Wed, Nov 25, 2009 at 12:19 PM, Abhishek Jain wrote:
> Hi Guys,
>
> I am not sure whether I should ask it here or not because as the subject
> suggests, this is a non-excel query.
>
> What is the s
VBA MACROS
Subject: $$Excel-Macros$$ A Non-Excel Query
Hi Guys,
I am not sure whether I should ask it here or not because as the subject
suggests, this is a non-excel query.
What is the scenario -
I have two locations:
1. D:\My Collection
2. E:\My Collection
Under both these folders I have
Hi Abhishek,
Use the following command:
XCOPY "E:\My Collection" "D:\My Collection" /E /S
Let me know if you need any further help.
Regards,
Andy
On Wed, Nov 25, 2009 at 2:19 PM, Abhishek Jain wrote:
> Hi Guys,
>
> I am not sure whether I should ask it here or not because as the subject
> sugg
Hi Guys,
I am not sure whether I should ask it here or not because as the subject
suggests, this is a non-excel query.
What is the scenario -
I have two locations:
1. D:\My Collection
2. E:\My Collection
Under both these folders I have like 500 subfolders. *All the subfolders are
named exactly