secowu Posted December 24, 2005 Posted December 24, 2005 this is my batch file:xcopy d:\test\office d:\test\printer\ /T for /F %%i in (printer.txt) do copy %%i d:\test\printer%%~pibut it didn't work fine.anyone helps me?tks
secowu Posted December 24, 2005 Author Posted December 24, 2005 result:D:\test>copy D:\office\PRO11.MSI d:\test\printer\office\err path & file no fundhow can i cut the last '\'for if del the last '\',it will work welltks
Yzöwl Posted December 24, 2005 Posted December 24, 2005 What's the content of d:\test\office? and what are you trying to do?Copy many files and folders, just one folder and its conrnts of a single or many files...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now