[<<]Message[>>]    [<<]Author[>>]    [<<]Subject[>>]    [<<]Thread[>>]

Number : 5255 Date : 2003-08-09 Author : Michael Marquart Subject : Re: Copy fully-specified files to same path on another drive Size(KB) : 0
It's been pointed out that filenames in the target dirspec might be a problem, but you can use copy or xcopy in that case, in place of xxcopy. On Fri, 08 Aug 2003 17:54:40 -0000, William Boyer wrote: > Ah, that looks good. I'll try it tonight. I'll let you guys > know ... > -William > > --- In xxcopy@yahoogroups.com, Michael Marquart wrote: >> >> >> If you have a list of fully qualified filenames in a text file > like: >> D:\path\filename1.ext >> D:\path\filename2.ext >> D:\path\filename3.ext >> D:\path\filename4.ext >> >> then something like this untested batch file may work in NT > flavours of >> Windows. >> >> @echo off >> for /f "tokens=2 delims=:" %%a in (filelist.txt) do xxcopy "d:%%a" "z:%%a" -- Regards, Michael
This message if part of XXCOPY's message Archive. The archive contains all the messages posted at Yahoo!Groups: XXCOPY.