Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have written a batch file to copy some files from different folders and place it in a common folder. But only files is copying and other are not copying. Can anyone suggest.
copy D:\Publisher\Sleep Aid\DEMON00001_IAI_All_V0.qvw D:\Publisher\DEMON00001\DEMON00001_IAI_All_Sleep_Aid_V0.qvw
copy D:\Publisher\GI Insights\DEMON00001_IAI_All_V0.qvw D:\Publisher\DEMON00001\DEMON00001_IAI_All_GI_Insights_V0.qvw
copy D:\Publisher\IP Demo Oncology\DEMON00001_Insight_Prescriber_Oncology_All_V0.qvw D:\Publisher\DEMON00001\DEMON00001_Insight_Prescriber_Oncology_All_V0.qvw
copy D:\Publisher\Antihistamine\DEMON00001_IAI_All_V0.qvw D:\Publisher\DEMON00001\DEMON00001_IAI_All_Antihistamine_V0.qvw
this is the code used
copy "D:\Publisher\Sleep Aid\DEMON00001_IAI_All_V0.qvw" "D:\Publisher\DEMON00001\DEMON00001_IAI_All_Sleep_Aid_V0.qvw"
copy "D:\Publisher\Sleep Aid\DEMON00001_IAI_All_V0.qvw" "D:\Publisher\DEMON00001\DEMON00001_IAI_All_Sleep_Aid_V0.qvw"
Thank you its working