Waaaaaay waay offtopic. If not interested, please press delete. But with the amount of batch file knowledge in this group, was kind of hoping that someone...
I have several questions for you all.... I've successfully copied over files that are 2 years old and older for one server to another, but several things are...
... No, don't use /E, use only /S. This is from "xxcopy /e/?" Subdirectories ---------------------------- [ ] /S0 Does not process subdirectories [x] /S...
... Wow oh wow. Thanks Garry. Cant believe that it is that easy. It's quite obvious that batch programming is one of your passions. ... Yep, it was. Will...
... Garry, Thank you for helping me out. I removed the /pb specifier and utilized the UNC path for each computer. This correction worked on one of the...
... You have used /AA which sets the archive bit on files in the source without actually copying anything. This command only operates on the source so a...
... Yes, I've answered that one but I'm not sure why it would affect one PC and not another unless it is just a typo in the batch file on that particular PC....
Hi all, This morning I was testing a command in reply to post # 11722 and found what I think is a MAJOR bug! The command was as follows and run from a Cmd...
Slightly off-topic, but I want to back up emails that are currently in a proprietary format inside an AOL file, into text files that can be manipulated by ...
... I vaguely remember the Windows macro recorder. I remember that it was most unforgiving and could not be edited, etc. You might try Macro Express from...
In trying to copy files over from one server to anohter (with the Pro version properly licensed ) i tried to copy the file permissions as well as files ( the...
... A google search indicates that error 1314 is "System Error – A required privilege is not held by the client". It appears that you do not have the...
I downloaded xxcopy yesterday and am very pleased with how it allows me to recursively copy files from various folders into one folder. However, I would like...
There is a way to use xxcopy (2.92.6) with a low use of cpu ? otherwise on my pi4 1900 with windows 2003 sp1 the xxcopy process use till 70% of CPU. Many...
HI I am trying to backup files by date range to a directory (Later to burn CD by year) I am using the Below script file access by a batch file is there...
Has anyone else had a problem with XXCOPY locking their PC when using the Auto-Protect option with Symantic Anti-virus 10? Just typing XXCOPY /? will lock up...
P.S. Versions 7.6, 8 and 9 of the anti-virus programs did NOT lock up the PC, so Symantec must have changed something with their version 10.0.1.1000 of the...
... Using XXCopy with the Pro license, I was seeing a Stop 0x8E in csareg_2k.sys whenever I ran XXCOPY on a new laptop, even XXCOPY /L, strangely enough, just...
Due to the nature of our environment, it's most likely the Source that i'm having problems with, in terms of the permission to copy permissions.... (...
... How are you executing this? You have used a command file not a script (batch file) so it needs to be invoked as follows assuming you have called it say...
use /NI switch /NI<n> Same as /NI. Specifies n msec as the idle time (0 to disable it). e.g /NI150 idles for 150ms between files cheers pb.... ... -- ... ...
Is this a bug? xxcopy 2.92.6 on winxp pro sp2 deletes files in the target dir when it shouldn't since those files are listed in an exclusion list. What's odd...
... the ... Running the XXCOPY manually, using the same flags as my batch file, reproduces the problem (i.e., fails to detect a full disk). Running manually...