Hi, I have 5 USB hard disks for backing up data on a server. One for each day of the week. All the hard disks are labeled for each day of the week (Monday to...
... It's possible that another USB device already has the drive letter you need so changing it (if it can be done) could cause problems. Can you alter Handy...
If I choose a high enough drive letter, (X, Y, Z) I will be sure that no device will use it. But still, some times the hard disk will not get the next...
A colleague suggested that I use this, But I would prefer your opinion. @echo off set day=%date:~0,3% if /i %day% == mon set ADL=P if /i %day% == tue set ADL=q...
Don't top post, please. The code you provided doesn't take into account the situation where another drive already has the drive letter assigned. What you could...
OK, so if I understand correctly, you are connecting a USB drive, then you want to do a backup to that drive and you need to reassign the drive letter to one...
Thanks, this seems to be getting closer. When I click on the batch file to execute it, I get the black DOS window
which says: Bad parameter: mount The system...
... Don't top post please. Do you have "c:\documents and settings\..." on two lines or one? Check your username too - having a period and a space in it is...
Hi Group, I intend to take daily backup of a folder of size 200+ GB. So, winzip is not an option for me. I am using XCopy command because I need to copy the...
OK, so color me confused. XCOPY _WILL_ work to copy modified files if you add the "/M" parameter. "/M" tells xcopy to copy only files with the archive...
... yeah, but you obviously haven't seen it work with 200gb of data across a 100m/bit LAN on XP/2003. It usually falls over.... Maybe it works a bit better on...
... Thanks all! xxcopy is a paid software and I could not find robocopy on my workstation So, I tried xcopy. It seemed to work will on the directory of size...
... xxcopy is free for personal use. What version of Windows is your workstation running? Type robocopy /? at a cmd prompt to see if it is installed. You can...
... Thanks Foxidrive. I thought xxcopy was paid software from its first look on www.xxcopy.com. I will have a second look. I do not have robocopy installed on...
OK, so I was confused before, and NOW... even MORESO... First off, I did NOT recommend XXCOPY since it IS a commercial program which is NOT free, and you...
... Hi Ralph, I appreciate your involvement on this query. What does WTF mean? I am sorry, but my experience in DOS is as pink as my date of joining this group...
... Ralph, Your confrontational attitude is unnecessary and inappropriate. I can't presume to speak for the OP, but when I ask a question I take the discussion...
... Thanks very much Foxidrive and Kailash. I will have a look at this utility today. I also downloaded Robocopy from microsoft website as mentioned by...
... Dear All, Thanks for introducing me to XXCopy. Its indeed more powerful and fast than XCopy. I am using the command xxcopy S:\app\databases\* . /S /H /Y...
Xxcopy website: rather than download a specific version go to www.xxcopy.com then click on menu for the current version. The current version is 3.08.0 but if...