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
Abhi ,
Correct me if I am wrong ... I think you delete folder My Collection in Loc.1 &
thn copy My Collection folder from Loc.2 ... and paste it in Loc.1.
Not sure...if ths will work
- Nayan
From: Abhishek Jain [mailto:abhishek@gmail.com]
Sent: 25 November 2009 12:50
To: MS EXCEL AND VBA MA
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