Search the web
Sign In
New User? Sign Up
xxcopy
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 14466 - 14496 of 15829   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14466
Hi all, I am trying to backup a folder (c:\tiz) to a NAS device (t:\tiz) using the DA switch. I was hoping that if the same files are in T nothing would be...
Tiziano DG
tizzy2411
Offline Send Email
Mar 2, 2008
2:25 pm
14467
... Try adding /ff and/or /fu. /ff will give a 2 second tolerance on the time comparison which may be significant if you are copying from FAT to NTFS. /fu will...
Garry Deane
garrydeane
Offline Send Email
Mar 2, 2008
9:43 pm
14468
I had the same issue copying to my NAS devices (both use a Linux/BSD derivative for their OS), and the /FF fixed the problem....
iquickmire
Offline Send Email
Mar 2, 2008
10:59 pm
14469
In cases where the disc has no volume can I have it prompt the user to type one in?...
elhuevonut
Offline Send Email
Mar 6, 2008
12:37 am
14470
Is there anyway to bypass the warning when running xxcopy in Vista? It requires me to press a key before running each instance of xxcopy otherwise it will...
nemotrm
Offline Send Email
Mar 6, 2008
3:24 am
14471
... Yes, you use the "set /p" command to get user input. Something like below but be aware that there is limited error checking of what the user types in. You...
Garry Deane
garrydeane
Offline Send Email
Mar 7, 2008
4:42 am
14472
... Try the latest version at http://www.xxcopy.com/betatest/...
Garry Deane
garrydeane
Offline Send Email
Mar 7, 2008
4:43 am
14473
When xxcopying from fat32 to ntfs, with two files in same directory with similar names, only one gets copied to ntfs. fat32 to fat32 works fine (both files get...
unique_craig
Offline Send Email
Mar 7, 2008
9:43 pm
14474
... This is not an NTFS problem but rather an OS issue caused by a long filename/short filename collision. This was discussed recently in the thread starting...
Garry Deane
garrydeane
Offline Send Email
Mar 8, 2008
2:01 am
14475
Hi All: Recently, we made XXCOPY v.2.96.5 (which has been posted in the betatest section for some time) our official release version. If you are using an older...
Kan Yabumoto
tech_xxcopy
Offline Send Email
Mar 8, 2008
6:40 am
14476
... No luck, 2.97.0 still gives the same warning message. I am running Vista SP1....
nemotrm
Offline Send Email
Mar 9, 2008
5:56 pm
14477
... Are you talking about warning you get from UAC? -- Dennis...
Dennis Cummins
chakram985
Offline Send Email
Mar 9, 2008
6:05 pm
14479
This is the warning I am talking about: http://tinyurl.com/2kz3a2 ... Vista? It...
nemotrm
Offline Send Email
Mar 9, 2008
7:40 pm
14480
I have not seen that one. ... -- Dennis...
Dennis Cummins
chakram985
Offline Send Email
Mar 9, 2008
9:14 pm
14481
... xxcopy ... running ... I believe that what we are discussing here is the OS validation in XXcopy, and the fact that Vista SP1 and XP sp3 may not be...
Andrew
laurens_rome...
Offline Send Email
Mar 9, 2008
11:15 pm
14482
That seems about right....
nemotrm
Offline Send Email
Mar 9, 2008
11:57 pm
14483
... Thank you for the thread link. I read it, as well as: http://www.xxcopy.com/xxcopy03.htm http://www.xxcopy.com/xxcopy08.htm ...
unique_craig
Offline Send Email
Mar 10, 2008
12:00 am
14484
I am at a DOS prompt in a network directory mapped to the letter "Y" Y:> I want to automate the moving of all the files in the directory d:\xxx\zzz to the "Y"...
Its Academic
itsacademic99
Offline Send Email
Mar 11, 2008
8:53 pm
14485
If you want to keep the empty directories. add /ED From the Help File: /ED Preserves the directory even if it becomes empty....
Gene Phillips
gnphllps
Offline Send Email
Mar 11, 2008
10:24 pm
14486
I have copied files to a network share but I would like for a function that can look at that network share and delete files that are older than 1 week how can...
finalwilcox
Offline Send Email
Mar 11, 2008
11:07 pm
14487
hello I would like to test some Xxcopy statements before putting them to run for good. I am looking for a switch which would say: run it, don't execute ...
fchausson
Offline Send Email
Mar 11, 2008
11:07 pm
14488
... delete files older than X days ... @echo off ... setlocal echo Processing, please wait... set p1=%comspec% /C if not @ISDIR set p2=ECHO del...
Dave Maunder
bushy555
Offline Send Email
Mar 11, 2008
11:19 pm
14489
... In addition to using /ed to preserve empty directories as advised by Gene, you'll need to suppress the deletion prompts. To find out what switch is needed...
Garry Deane
garrydeane
Offline Send Email
Mar 11, 2008
11:41 pm
14490
... xxcopy n:\share\ /rsy /pd0 /s /h /r /db#7 Garry...
Garry Deane
garrydeane
Offline Send Email
Mar 11, 2008
11:43 pm
14491
... Add /L to your command. Xxcopy will then list the (source) files that are selected for action by your command. You can also get additional information...
Garry Deane
garrydeane
Offline Send Email
Mar 11, 2008
11:56 pm
14492
Garry Thank you for your help, the /L switch works great. I just have to add some exclusions to make my batch file final. Thank you again. Francois...
fchausson
Offline Send Email
Mar 12, 2008
9:46 am
14493
I tried a variation of switches to delete files and sub directories without deleting the parent ... xxcopy /rs /db#90 /ed /yy "C:\target_dir\" ... xxcopy /rsy...
Cathlin
cathlind
Offline Send Email
Mar 12, 2008
8:38 pm
14494
... Add /ed1 to your command to preserve the parent. (To preserve the parent and the next level you would use /ed2, for the first three /ed3, and so on). John...
John Zeman
john041650
Offline Send Email
Mar 12, 2008
9:05 pm
14495
... I only noticed this problem on NTFS. I have since tried using the same xxcopy command from two different logins. If done with administrative rights...
unique_craig
Offline Send Email
Mar 12, 2008
9:14 pm
14496
... This seems a bit odd and certainly not something I've come across. The problem is one of conflicting SFN's so I don't see any reason why it would be...
Garry Deane
garrydeane
Offline Send Email
Mar 12, 2008
11:32 pm
Messages 14466 - 14496 of 15829   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help