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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? 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 15370 - 15399 of 15823   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15370
... Confirmed. This fix worked for about (3) days before the program failure cropped up again. - Curt...
curtlingle
Offline Send Email
Apr 3, 2009
2:48 pm
15371
Graham wrote: <snip> ... <snip> ... We appreciate Graham's concern that our site might be a target of rogue sites or some unspecified malware. I have not...
Kan Yabumoto
tech_xxcopy
Offline Send Email
Apr 4, 2009
5:57 pm
15372
Hi Kan and All, Don't be too hard on Graham I think by his tone he was only trying to help. "> My suspicion is that w w w . x x c o p y.com is compromised but ...
Seth Reeder /0^0&#92;
garingyob
Offline Send Email
Apr 4, 2009
7:02 pm
15373
Kan, On reading your email, I thought I'll try again, so I've just this instance googled 'xxcopy' again, and then clicked on the top main entry for xxcopy that...
Bob Frost
bobfrostuk
Offline Send Email
Apr 4, 2009
7:25 pm
15374
Not knowing much about this sort of 'spoofing', I found this Wikipedia entry that seems to describe what is probably going on - Cache poisoning of a DNS server...
Bob Frost
bobfrostuk
Offline Send Email
Apr 4, 2009
7:49 pm
15375
Bob, My experience was similar to Kan's where the google search did not generate the same results as your own. I recall reading that one of the symptoms of a...
Dan Anderson
dan_happen
Offline Send Email
Apr 5, 2009
1:05 pm
15376
e.g. try doing a google search on "redirect virus" (not necessarily the conficker virus) ... From: Dan Anderson To: xxcopy@yahoogroups.com Sent: Sunday,...
Dan Anderson
dan_happen
Offline Send Email
Apr 5, 2009
1:15 pm
15377
Hi Dan, When this first happened some months ago, I also thought I might have a virus. BUT, I think this is unlikely because 1 I run Vista64 with all the...
Bob Frost
bobfrostuk
Offline Send Email
Apr 5, 2009
2:38 pm
15378
I concur, I am having no problems with the xxcopy web site, either direct or via Google, I suspect it is your PC that might be infected, or if there is a DNS...
IanQ
iquickmire
Offline Send Email
Apr 5, 2009
2:53 pm
15379
... Unlikely as I explained in my last post. ... Graham, who first posted on this, is using Virgin.net, and I'm using BTInternet.com and we are being...
Bob Frost
bobfrostuk
Offline Send Email
Apr 5, 2009
3:08 pm
15380
I'm not saying I subscribe to the DNS explanation, but to eliminate that possibility and take advantage of other cool features, you might try the free OpenDNS...
Leo Feret
chesscanoe333
Offline Send Email
Apr 5, 2009
3:25 pm
15381
... Thank you Seth. My post had a good start. ... But, as I wrote on with more things (as I was evaluating the situation with a few Google searches, etc.), the...
Kan Yabumoto
tech_xxcopy
Offline Send Email
Apr 6, 2009
12:02 am
15382
I use this for the same structure to both folder "denver" and "ValleyForge", like this: xxcopy d:\ValleyForge\ValleyForge\*.* u:\ValleyForge\ValleyForge\ /E /Y...
Laili Agus
laili_agus
Offline Send Email
Apr 6, 2009
7:34 pm
15383
... You need to be more specific. What do you mean by Valleyforge not being the same size? Do you mean that the src has more files than the dst or vice versa...
Garry Deane
garrydeane
Offline Send Email
Apr 6, 2009
9:37 pm
15384
I am seeing this in a few places while copying files from our Server 2003 machines. Using licensed XXcopy 2.96.2 or 2.97.9b (same problem with either...
wjaiv
Offline Send Email
Apr 7, 2009
12:58 pm
15385
Gary, Two questions on this: 1. Why is /bn needed with /bu? Doesn't /bu include newer files? Maybe I should have asked "what is the benefit of /bn with /bu?" ...
Treece Efird
TEfird
Offline Send Email
Apr 7, 2009
2:38 pm
15386
... It is likely that the files are open by other processes. Try adding /SH to enables file-sharing for rd/wr access with other programs. See Tech Bulletin #44...
Garry Deane
garrydeane
Offline Send Email
Apr 7, 2009
11:47 pm
15387
... /BU is based on /BI which copies files that are new or different size or time i.e. it will copy an older file over a newer file. You need to override the...
Garry Deane
garrydeane
Offline Send Email
Apr 8, 2009
12:00 am
15388
I am trying to edit some scripts that I made months ago, so I have to go through all the XXCOPY switches all over again! Just to make sure, in the /? help,...
jason404i
Offline Send Email
Apr 8, 2009
6:45 am
15389
... Initial testing shows the /SH switch is solving my problem. Thank you so much Garry! - Walter...
wjaiv
Offline Send Email
Apr 8, 2009
1:03 pm
15390
... Yes, probably. Presumably you gave one or more parameters with the /? such as xxcopy /bu/?. All the parameters indicated by the [x] will be used if you use...
Garry Deane
garrydeane
Offline Send Email
Apr 8, 2009
11:12 pm
15391
no subject _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! ...
salh ali
salhali11
Offline Send Email
Apr 9, 2009
5:08 pm
15392
using xxcopy D:\utils R:\utils /BU /BI /SHRW /YY but in watching the process in command prompt window - it seems like it copies all files not just the latest...
kurt.ohare
Offline Send Email
Apr 9, 2009
5:19 pm
15393
... This will happen if your source and destination drives are not the same type, (e.g. one is FAT32 and the other NTFS) because NTFS timestamps are more...
John Zeman
john041650
Offline Send Email
Apr 9, 2009
5:37 pm
15394
Just to double-check my two line batch file (which I've named syncfiles.bat) then: xxcopy %1 %2 /bu /bn /ff xxcopy %2 %1 /bu /bn /ff Is this correct? Thanks...
Treece Efird
TEfird
Offline Send Email
Apr 9, 2009
8:28 pm
15395
... Yes, that's the basics of it. I would add more to the batch file and xxcopy commands though. If you are intending to pass the src and dst as parameters in ...
Garry Deane
garrydeane
Offline Send Email
Apr 10, 2009
12:11 am
15396
For five years I have maintained a slave of C: on D: This has been done using the /clone switch of xxcopy. However the only use I have made of this is for...
Mitchell L Cotton
mitchcot@...
Send Email
Apr 12, 2009
5:58 pm
15397
Dear Mitch, It's merely a matter of changing the HDD boot order, a BIOS function. At boot time, but before the Windows logo appears, press F8; you should see a...
Ven.Upatissa
sadhu44
Offline Send Email
Apr 13, 2009
1:25 am
15398
From: "Mitchell L Cotton" <mitchcot@...> ... What operating system are you using, Mitch? If it's XP or 2000 the backup drive won't have all of the...
Virg
nilmotvj
Offline Send Email
Apr 13, 2009
1:55 am
15399
... "Clone" in the xxcopy definition makes the destination a duplicate (deletes files no longer in the source from the destination) of the source with one...
des4212001
Offline Send Email
Apr 13, 2009
1:50 pm
Messages 15370 - 15399 of 15823   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