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

Number : 10665 Date : 2005-03-01 Author : John Zeman Subject : Re: Some syntax help required... Size(KB) : 0
--- In xxcopy@yahoogroups.com, "cafevincent" wrote: > > I need to move every *.txt file from a folder tree and I need them to > NOT be in any subfolder in the destination directory and I need to > skip all 0-byte files. And no prompts also. I've tried to search for > the switches at your page but it's so much work compared to how fast > you guys could just tell me the syntax. PLEASE HELP! Basically the options to use for this would be: /sz:1-/sg/s/rcy/pd0 xxcopy "\SRC\*.txt" "\DST\" /sz:1-/sg/s/rcy/pd0 /sz:1- exclude any zero byte sized .txt files /sg gather into a single destination directory /s process source subdirectories /rcy delete .txt files from source after they have been copied /pd0 no prompt on delete of source files If any of the files have their read only or hidden/system attributes set you may want to add /R and/or /H John
This message if part of XXCOPY's message Archive. The archive contains all the messages posted at Yahoo!Groups: XXCOPY.