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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 14403 - 14432 of 15823   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14403
I would like to clone files that have changed date/time/size OR attribute change. If a file exists in the source and destination and the source has a change in...
Donny Jasperson
donnyjasperson
Offline Send Email
Feb 1, 2008
9:09 pm
14404
Hello I'd like to eliminate the warning that occurs when I backup to my usb fob. I get a warning telling me I might overwrite important info on the drive. I'd...
munkless
Offline Send Email
Feb 1, 2008
11:55 pm
14405
... Assuming a normal overwrite warning, adding /Y or /Po0 usually does it. You can find out which parameter to add by replying with ? whenever xxcopy issues a...
Garry Deane
garrydeane
Offline Send Email
Feb 2, 2008
2:36 am
14406
Add the /YY parameter. That will suppress nearly all prompts. gene...
Gene Phillips
gnphllps
Offline Send Email
Feb 2, 2008
2:46 am
14407
... usb ... on ... scheduled ... want to ... Use of the /YY switch can be dangerous and is best avoided if possible. The standard approach, as indicated by...
ray_mccormick
Offline Send Email
Feb 2, 2008
3:32 pm
14408
I am running XXCOPY 2.95.3 on Vista. I am logged on as user DM. The folder C:\Users\DM\Computer contains "TEST FILE.txt" whose Archive attribute is set. Drive...
davmay
Offline Send Email
Feb 3, 2008
7:46 pm
14409
Hi, I have a 20 user license for xxcopy. I'm having the darndest time getting xxcopy to exclude the folders named "recycled" and "recycler" folders. Would...
tracy_leb
Offline Send Email
Feb 4, 2008
1:59 am
14410
The exclusion list is in: /exd:\copyexclusions01.txt which looks like, for me: *\SearchVerity\*\* SearchDBDT\*\* *\SearchDBDT\*\* found.???\*\* recycler\*\* ...
Charles Prooth
charlesprooth
Offline Send Email
Feb 4, 2008
2:51 am
14411
Why aren't u losers watching the super bowl Sent from my iPhone On Feb 3, 2008, at 9:51 PM, "Charles Prooth" ... [Non-text portions of this message have been...
Khary Williams
santos_mazzei
Offline Send Email
Feb 4, 2008
2:57 am
14412
Hi, Why use recycler\*\* in stead of symply \RECYCLER\ As far as I know \RECYCLER\ means the specified dir in the root and everything in it. Your syntax would...
Bonno Bloksma
bbloksma
Offline Send Email
Feb 4, 2008
6:25 am
14413
... Try this: /x*\recycle*\ Or if you are using a separate exclusion file, then a line with: *\recycle*\ Garry...
Garry Deane
garrydeane
Offline Send Email
Feb 4, 2008
12:30 pm
14414
My _GeneralExcludeList.txt contains ... \*\Temp\ \*\*.tmp ... "\System Volume Information\" \*\RECYCLED\ \*\RECYCLER\ ... 'write to cd' program J:\___*\ ... ...
Raymond McCormick
ray_mccormick
Offline Send Email
Feb 4, 2008
2:08 pm
14415
This is a followup to my earlier post 14408 "XXCOPY fails on DVD RW drive, works on USB". I have started a new thread because I have been able to narrow down...
davmay
Offline Send Email
Feb 5, 2008
7:22 pm
14416
Have you tried right clicking on the BAT file and running as administrator? I know I had to do this for some of my BAT files to work correctly on Vista ...
Vangoogle IT Support ...
vanbruggenus
Offline Send Email
Feb 5, 2008
8:48 pm
14417
Thanks, Mark. I gave it a try, but it didn't help. I suspect that the problem is not related to permissions. David ... administrator? ... on Vista ... ...
davmay
Offline Send Email
Feb 6, 2008
1:01 am
14418
... I've seen this before with some UDF software. The problem was with xxcopy trying to set the short filename on the files with long filenames. UDF doesn't...
Garry Deane
garrydeane
Offline Send Email
Feb 7, 2008
11:53 pm
14419
I have found a resource on software testing, its types, rules, myths and a lot more. … http://technical-talk.com/articles.asp...
maccainjames
Offline Send Email
Feb 8, 2008
1:47 pm
14420
I'm confused by the huge number of xxcopy switches. All I want to do is backup all files in the source folder that have been modified since the last backup to...
w_lynott
Offline Send Email
Feb 10, 2008
7:00 pm
14421
For me, the /bu switch works just fine. It isn't a cloning switch so files deleted from the source will remain on the destination but I don't really care...
Virg
nilmotvj
Offline Send Email
Feb 10, 2008
7:29 pm
14422
Thanks for your help, Virg. I appreciate it. Bill From: xxcopy@yahoogroups.com [mailto:xxcopy@yahoogroups.com] On Behalf Of Virg Sent: Sunday, February 10,...
Bill Lynott
w_lynott
Offline Send Email
Feb 11, 2008
1:52 am
14423
... I have the same annoyance with Outlook. Since some of my .pst files are quite large (0.5GB), it is a pain when they get copied just because the file's...
Garry Deane
garrydeane
Offline Send Email
Feb 11, 2008
4:03 am
14424
Thanks, Gary. I'll try that with *.dbx and see what happens. Virg...
Virg
nilmotvj
Offline Send Email
Feb 11, 2008
5:10 am
14425
It seemed to work, Gary. Maybe too well <g>. I hadn't run it for a day and it copied maybe a half dozen files. Unfortunately I didn't run it from a cmd line...
Virg
nilmotvj
Offline Send Email
Feb 11, 2008
5:23 am
14426
Garry, I think that using your Outlook backup line is working fine for me. I just backed up, using it with .dbx files, after a day of off and on use of OE and...
Virg
nilmotvj
Offline Send Email
Feb 12, 2008
7:22 am
14427
Can xxCopy be used to copy a directory (along with all subdirectories and file/s therein} without changing any of the directory dates and without changing any...
argyris2
Offline Send Email
Feb 15, 2008
6:13 pm
14428
... Yes, you can add /tc to copy all timestamps (created, modified & last access) e.g. xxcopy c:\src\ d:\dst\ /bu/tc A few notes on this however. The date of...
Garry Deane
garrydeane
Offline Send Email
Feb 16, 2008
2:18 am
14429
2/16/2008 9:22:21 PM Hi, I am entering a single line of code: XXCOPY "C:\EXP SOUNDFOLDER\*.jpg" "." /LN /E /FO"F:\New.txt" This of course works, I get a list...
edgrossheim
Offline Send Email
Feb 17, 2008
3:32 am
14430
You can use an INclude parameter, such as /IN*.mp3, so your command would be: XXCOPY "C:\EXP SOUNDFOLDER\*.jpg" "." /IN*.mp3 /LN /E /FO"F:\New.txt" ... From:...
IanQ
iquickmire
Offline Send Email
Feb 17, 2008
1:40 pm
14431
2/17/2008 10:31:59 AM Thanks Sooo much Ian. I considered the /IN switch, but had no idea how I might use it with a wildcard. I will experiment with this today...
edgrossheim
Offline Send Email
Feb 17, 2008
4:35 pm
14432
... hello, I used xxcopy last time I upgraded to a new computer (Sept 2006) to copy all my data files without losing the folder creation dates -- at that time...
parabindu
Offline Send Email
Feb 18, 2008
4:26 pm
Messages 14403 - 14432 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