![]()
[<<]Message[>>] [<<]Author[>>] [<<]Subject[>>] Thread[>>]
Number : 10712 Date : 2005-03-06 Author : zbigniew szalbot Subject : Re: can xxcopy move by file number Size(KB) : 1
Hello, I am sorry for top posting but cannot get yahoo to display it in plain text. I do not know why but no files are copied. It just does nothing. Can you check it works your end (of course I adjusted the directories). Thank you! This simple script should get the job done. You'll need to edit the command for your paths. Garry or John may have a better or more sophisticated solution. @echo off :loop xxcopy c:\src\ d:\dst\ /s/rcy/ed/pd0/qf100/ws60 if errorlevel 100 goto end goto loop :end /RCY suppresses prompts for a file copy & remove from source. /ED preserves empty directories in source. /ED preserves levels of empty directories (ex: /ED1 for 1st level) . /PD0 suppresses prompts for destructive processing of directories. /WS60 waits 60 seconds at the start of the command. /WE60 waits 60 seconds at the end of the command. You could also add /H /R if you have hidden and read-only files that you want processed. /H copies hidden and/or system files. /R allows overwrite/delete of read-only files Hope this helps. dayvah49 Yahoo! Groups Links __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com [Non-text portions of this message have been removed]
This message if part of XXCOPY's message Archive. The archive contains all the messages posted at Yahoo!Groups: XXCOPY.