1.

Solve : Batch code that copies a specified folder outside another specified folder path?

Answer»

Hi ,

I need a batch code which performs the FOLLOWING:

I have a folder with CERTAIN xml files. i need to search and  COPY this folder along with the xml files outside another specified folder path.
For eg:
If my folder NAME  =FOLDER,
its location=C:\FOLDER =Input1
Input2=D:\abc\def
I need to copy "FOLDER" and its contents to  "D:\abc" that is outside the "def" folder

PLS HELP ... THANKS IN ADVANCE... Any Batch experts,Pls reply if the above scenario is possible or not The question is unclear to me.

I need to search for a folder which has some XML files in it and MOVE it to another location . If I give the destination location as d:/ABC/def I need that folder to be moved to d:/ABC .  Quote from: Venkat on October 18, 2014, 12:59:51 PM

I need to search for a folder which has some XML files in it and move it to another location.

Do you have to search for just one XML file to identify the folder?

Quote
If I give the destination location as d:/ABC/def I need that folder to be moved to d:/ABC .

Why do you specify the destination location as d:\abc\def when you want to move the detected folder to d:\abc



Discussion

No Comment Found