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

Number : 2645 Date : 2002-08-13 Author : Garry Deane Subject : Re: Copy one folder to multiple cd-rw discs Size(KB) : 1
xxcopy "C:\program files\" "S:\" /m/h/r/y//ks/zy/s/q The above line has "//" in the parameters which means everything after the "//" is treated as a comment and ignored. Therefore the subdirectories aren't being processed. I'm not sure why at least the files in the "program files" directory aren't being copied. Are they already on S:\ ? Garry --- In xxcopy@y..., robert@s... wrote: > > Using the batch file: > > ------------------- > > xxcopy "C:\program files\" "S:\" /aa/h/s/q > :looptop > @echo. > @echo Insert a blank media and hit a key to > continue > @echo. > @pause > xxcopy "C:\program files\" "S:\" > /m/h/r/y//ks/zy/s/q > goto looptop > > --------------------- > > I receive the message: > > --------------------- > C:\program files\folder.htt 11,079 > C:\program files\desktop.ini 266 > C:\program files\INSTALL.LOG 376 > --------------------- > Directories processed = 1 > Total data in bytes = 11,721 > Elapsed time in sec. = 0.552 > Action speed (MB/min) = 1.274 > Files copied = 3 > Exit code = 0 (No error, > successful operation) > > C:\Batch Files.goto looptop > Insert a blank media andhit a key to continue > Press any key to continue > > ----------------------- > Directories processed = 1 > Total data in bytes = 0 > Elapsed time in sec. = 0.001 > Action speed (MB/min) = 0 > Files copied = 0 > Exit code = 100 (No files were > found to copy) > > --------------------- > > What don't I understant? > > Your assistance would be greatly appreciated. > > Robert Spanton
This message if part of XXCOPY's message Archive. The archive contains all the messages posted at Yahoo!Groups: XXCOPY.