bat cmd or vb script to move specific files from one location to another location
- by Praveen
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