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 13206 - 13235 of 15829   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13206
I would like to copy a single file to group of subdirectories, including subdirectories of the subdirectories. This series of commands is not correct, but it...
xxcopy
myob0622
Offline Send Email
Jan 2, 2007
4:41 am
13207
... No, xxcopy only ever copies to a single destination directory. If default.txt already exists in the destination directories and you want to update it with...
Garry Deane
garrydeane
Offline Send Email
Jan 2, 2007
8:27 am
13208
I have just downloaded xxcopy as a potential replacement/fix for the broken Microsoft xcopy, and I need to know if it is safe to use on a 98se network with...
pledge1956
Offline Send Email
Jan 2, 2007
12:56 pm
13209
David, don't forget you can also use Microsoft's RoboCopy, as it works with Windows 98: http://webtools.live2support.com/windows/robocopy.php...
philaphonic
Offline Send Email
Jan 2, 2007
9:01 pm
13210
But isn't NT4 pretty cheap these days? :) ... [Non-text portions of this message have been removed]...
David Maunder
bushy555
Offline Send Email
Jan 3, 2007
1:27 am
13211
Find Free Hosting now - search many categories. Free 1GB Online Storage Plus Sharing, Backup, FTP Software Drag-drop, super fast like local! $0.00 Free Web...
Free Web Hosting
soso_bus4all_18
Offline Send Email
Jan 4, 2007
1:35 am
13212
Find Free Hosting now - search many categories. Free 1GB Online Storage Plus Sharing, Backup, FTP Software Drag-drop, super fast like local! $0.00 Free Web...
Free Web Hosting
soso_bus4all_18
Offline Send Email
Jan 4, 2007
1:42 am
13213
... Thanks for the examples. Based on your last paragraph, I did some reading and experimentation, and came up with following for use as a .bat file in XP. ...
xxcopy
myob0622
Offline Send Email
Jan 4, 2007
3:56 am
13214
Hello, I encountered a VERY big problem under german Windows XP prof. SP2: I want to copy from internal to external harddisk with the command "xxcopy N:\...
emwecees
Offline Send Email
Jan 4, 2007
5:46 pm
13215
I'm thinking I would like to maintain historical copies of files in a flat folder, with date and subdir info built into the name. E.g., ...
stualden
Offline Send Email
Jan 5, 2007
4:01 pm
13216
... NT4 is peanuts compared to the cost of upgrading all my other software much of which is DOS based, including the CAD CAM system I wrote myself... Yes I do...
pledge1956
Offline Send Email
Jan 6, 2007
1:01 am
13217
... works ... Thanks, I knew about it but wanted to steer clear of cowboy billy's crap software if possible and XXcopy looks better featured as well. Also and...
pledge1956
Offline Send Email
Jan 6, 2007
1:19 am
13218
... This is mostly conjecture on my part but it's highly likely that the copying of the directories and files with the umlaut characters is failing because...
Garry Deane
garrydeane
Offline Send Email
Jan 6, 2007
4:17 am
13219
... So just do it in 2 steps. 1st copy and flatten the source to a destination directory named with the date macro. That will create a file called say: ...
Garry Deane
garrydeane
Offline Send Email
Jan 6, 2007
4:41 am
13220
... I haven't seen that exact error reported here with xxcopy but I recall that there were some problems with how xxcopy behaved in some network environments...
Garry Deane
garrydeane
Offline Send Email
Jan 6, 2007
4:55 am
13221
... Thanks for your explanation! Though it does not help me right now, I understand the problem behind it. So, I'll just have to wait that xxcopy supports...
emwecees
Offline Send Email
Jan 6, 2007
10:16 am
13222
Is it possible to say, copy all .jpg files or other extensions from a hard drive using xxcopy without it also copying over the sub-folders as well? This way I...
Mike
aiur850
Offline Send Email
Jan 6, 2007
11:55 pm
13223
Never mind I found out how. I must of missed the switch earlier when reading through possible switches. I just use the /sg command and it should copy over...
Mike
aiur850
Offline Send Email
Jan 7, 2007
12:19 am
13224
I'm having trouble getting the log file to work. I want to log everything to the log file (success and failure). At the moment, I still need the screen...
Michael Edwards
pmed002
Offline Send Email
Jan 7, 2007
12:34 am
13225
... You can add the /IN option to your other options to do this: xxcopy SRC DST /in*.jpg /in*.mp3 (plus your other xxcopy options) John...
John Zeman
john041650
Offline Send Email
Jan 7, 2007
2:28 am
13226
... It would help us to help you if you posted the way you are trying to use the log file option. John...
John Zeman
john041650
Offline Send Email
Jan 7, 2007
2:29 am
13227
... Use the /O<n><x> options. See xxcopy /O/help e.g xxcopy \src\ \dst\ /bu/oac:\xxcopy.log/of3/os3/oe3 You might also want to use the /FM<n><n><n> options if...
Garry Deane
garrydeane
Offline Send Email
Jan 7, 2007
7:41 am
13228
Thanks for the help! It does work great. The only last possible thing I can think of doing now is to do something like this. In one pass say I choose to...
Mike Kovacs
aiur850
Offline Send Email
Jan 7, 2007
9:23 am
13229
... No that's not possible in a single pass. You can only ever specify a single destination. You can copy multiple source file types to that destination but if...
Garry Deane
garrydeane
Offline Send Email
Jan 7, 2007
12:17 pm
13230
... But couldn't you list the commands in a .bat file, so you only have to run the one .bat file for multiple passes? It might also avoid having to type a...
myob0622
Offline Send Email
Jan 7, 2007
3:31 pm
13231
... Yes, you can do that, in fact I'd venture to say it's the most common way of using xxcopy. Also, the length of the batch file name usually isn't important...
John Zeman
john041650
Offline Send Email
Jan 7, 2007
11:34 pm
13232
I knew this must be possible using a batch file except the issue is, where I work, they won't allow us to use a batch file unless it's approved by corporate ...
Mike Kovacs
aiur850
Offline Send Email
Jan 8, 2007
4:17 am
13233
Hi. I feel that I am missing an obvious answer, but can't see what it is! Can someone kindly help? I have the following line in a batch file: XXCOPY...
Martin Stebbing
martinstebbing
Offline Send Email
Jan 9, 2007
8:14 pm
13234
... The easiest way I know of to do this is to make two passes with xxcopy. In the first pass remove /ZY (/Z0 effectively negates /ZY) so no destination files...
John Zeman
john041650
Offline Send Email
Jan 9, 2007
9:50 pm
13235
Thanks for the reply John. To be honest though I'd rather not use a method that means a 'double' workload, i.e. E to K and then K to E - the parent folders are...
Martin Stebbing
martinstebbing
Offline Send Email
Jan 9, 2007
10:56 pm
Messages 13206 - 13235 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