bat cmd or vb script to move specific files from one location to another location

Posted by Praveen on Stack Overflow See other posts from Stack Overflow or by Praveen
Published on 2012-12-12T10:51:25Z Indexed on 2012/12/12 11:03 UTC
Read the original article Hit count: 410

Filed under:
|

can someone help me with a bat cmd to move specific files from one location to another location

my file structure

Source location

E:\Test1\2011\18\5730547\5730552\html
E:\Test1\2011\18\5730547\6430552\html
E:\Test1\2011\38\7730140\2330582\html
E:\Test1\2011\19\5718547\5730552\html

wherein html folder contains css folder, xml and html files.

I want to move only file name contains testcase.html and images.html files from the above location to below location

Required location

E:\Final1\2011\18\5730547\5730552\html
E:\Final1\2011\18\5730547\6430552\html
E:\Final1\2011\38\7730140\2330582\html
E:\Final1\2011\19\5718547\5730552\html

Please help me

© Stack Overflow or respective owner

Related posts about batch

Related posts about vbscript