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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 14544 - 14574 of 15823   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14544
In an earlier version of xxcopy, when we give a "move" command, the files are first copied and then the source files are removed. If the source and...
Shibu.Narayanan@...
tnshibu
Offline Send Email
Apr 1, 2008
9:08 pm
14546
We've been using xxcopy to backup between two Win2003 servers for several years. Recently it has been exiting with Exit code 49 (Problem in Network). I added...
Bruce Ronk
bronk1020
Offline Send Email
Apr 3, 2008
5:01 pm
14547
Are there plans to get around this 255 character limit? Thanks for a great product! John Hagen...
johnhagen51
Offline Send Email
Apr 7, 2008
10:21 am
14548
Garry, I have been using /JY in Windows 2000 PRO with both XXCOPY 2.92.6 for several months and 2.96.5 and it works great. But I just tried it under Windows XP...
Dr Trevor Marshall
trevmar
Offline Send Email
Apr 8, 2008
4:38 am
14549
Hello everybody, I've been using xxcopy to help me migrate data from an old netware box to a windows server and it has worked a treat. However this is twisting...
it_bloke
Offline Send Email
Apr 8, 2008
2:57 pm
14550
... You need to split the copying into two parts - copy files that are the same and copy files that are newer. The easiest way is to use the /bu (or /backup)...
Garry Deane
garrydeane
Offline Send Email
Apr 9, 2008
5:57 am
14551
Does anyone know of any way to remove the license prompt on the freeware version? I was really happy to have found the perfect little program only to have it...
Rod
belchfire100
Offline Send Email
Apr 11, 2008
12:16 pm
14552
I've never seen the license prompt you are referring to. You probably downloaded the Pro version instead of the freeware version. Gene...
Gene Phillips
gnphllps
Offline Send Email
Apr 11, 2008
10:36 pm
14553
I am using the following in a batch file: echo copying media xxcopy d:\media\ o:\media /clone/sc/tcc/yy /ni xxcopy d:\media\ /az /s /q3 In the media folder at...
drgrumpy
Offline Send Email
Apr 12, 2008
10:40 pm
14554
hi all, i need to copy all the files in some subdirectories to one, i wan't to copy the directory structure. I try "xxcopy *.* /s [destination] /t0", but it...
jhavidion
Offline Send Email
Apr 14, 2008
3:56 pm
14555
How do i search a drive for certain file, i.e. mp3 files and then place only the mp3 files into another folder?...
seangperry2003
Offline Send Email
Apr 15, 2008
7:42 pm
14556
... I have found the answer. Parameter ,that I was searching for, is /SG (my english is very bad. :S) Javi....
jhavidion
Offline Send Email
Apr 16, 2008
7:23 pm
14557
... Try this: xxcopy [drive letter]:\*.[ext] /SG [Target folder, ending it with \] if drive letter = C if target folder = d:\mymp3\ if extension = mp3 you...
jhavidion
Offline Send Email
Apr 16, 2008
7:23 pm
14558
Is there a quick way to do this? I have an old script set up that just copies one directory on a drive to a c:\backup\ location on the same drive. There are...
domomonkey2000
Offline Send Email
Apr 18, 2008
3:30 pm
14559
How do you copy all the folders on a server? That is, say you have \\server <file://server/> with \\server\folder01<file://server/folder01>, \\server\folder02...
Rogelio
rogerrustad
Online Now Send Email
Apr 19, 2008
3:26 am
14560
... Whenever xxcopy issues a user prompt like this, you can reply with /? and xxcopy will display the switch needed to suppress that prompt. In this case you...
Garry Deane
garrydeane
Offline Send Email
Apr 19, 2008
8:53 am
14561
... The server will normally have a root level share name such as \\server\data or a hidden administrative share name like \\server\d$. In that case, and...
Garry Deane
garrydeane
Offline Send Email
Apr 19, 2008
9:26 am
14562
Have been running xxxcopy on Windows XP sp2 with all the latest updates. Just upgraded to the lestest version of xxcopy, and now the system hangs with blank...
shierwilliam
Offline Send Email
Apr 21, 2008
12:35 am
14563
new to this product seeking advice. Can xxcopy Clone a working Win2003 server box including Mapped drives?...
johnnyboy279
Offline Send Email
Apr 22, 2008
8:03 pm
14564
Hi, I have been using xxcopy for some years. I thought I had read a long time ago that I could compare files and write a report only. I need to compare some...
rarejedhi
Offline Send Email
Apr 23, 2008
1:28 am
14565
Hi, Use the /L option, logonly. Make sure the /oE /oF /oD options for what to log where are set correctly as well. Groetjes, Bonno Bloksma ... From: rarejedhi ...
Bonno Bloksma
bbloksma
Offline Send Email
Apr 23, 2008
5:13 am
14566
I've got a licensed copy of XXCOPY Ver 2.92.6 and I've used it for some time. But I can't make it do this particular task. Must be a first! ;-)) I've got a...
Stuart Halliday
milton_h_stuart
Offline Send Email
Apr 23, 2008
7:08 pm
14567
... Why would you want to copy mapped drives? These are usually on the server anyway. I use the Microsoft free Shadow tools to make a Shadow drive and then I...
Stuart Halliday
milton_h_stuart
Offline Send Email
Apr 23, 2008
7:08 pm
14568
... Xxcopy can't do this. Xcopy and Robocopy have what is called re-startable mode (/Z) intended for re-starting a copy from the point it was interrupted when...
Garry Deane
garrydeane
Offline Send Email
Apr 25, 2008
10:48 am
14569
... Nice idea. But when I tried this, xcopy simply deletes the partly copied file on the destination when I terminate the copy. Oh well it was worth a try. ...
Stuart Halliday
milton_h_stuart
Offline Send Email
Apr 25, 2008
2:20 pm
14570
Suppose in drive C I have many many folders: aaa,bbb, ccc,ddd,ggg,hhh,iii,kkk and so on. I want to copy aaa,bbb,ggg folders to d:\ drive. What is exactly...
hack
choi_2_lan
Offline Send Email
Apr 27, 2008
2:19 pm
14571
Hi all: I've not found my answer searching previous posts, so here goes. If I've been informed correctly, XP changes the directory timestamp when ever a file...
ka0ioj
Offline Send Email
Apr 27, 2008
8:33 pm
14572
I just wrote a script with xxcopy. I wanted to do a filesize check of my copied files. I found xxcopy quite verbose, so I finally settled on the following...
insaneoctane
Offline Send Email
Apr 27, 2008
10:16 pm
14573
Hello, I've got the XXCOPY Pro-Test version(2.96.5) at last week. I've install that version by using install.bat But, when i trying to run it, there is a...
ensoso7
Offline Send Email
Apr 28, 2008
12:31 pm
14574
... Just search your entire computer for xxcopy and delete it. Also look for registry key 'Pixelab' in regedit and delete it. Mine is in HKLM\SOFTWARE Did you...
Stuart Halliday
milton_h_stuart
Offline Send Email
Apr 28, 2008
2:30 pm
Messages 14544 - 14574 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