Topic profile page for XCOPY.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: XCOPY.
Topic "Xcopy" was discussed 0 times on 0 sites in last 3 months
Started 5 days, 1 hour ago (2009-12-13 16:19:00)
by Trawlerphil
I use bat files and xcopy to do my securities--yup, I'm older than dirt! When the bat file is executed to copy from Win 7 to an XP SP3 system all goes well and the file count is 3649. If I try to xcopy the same directory to a WIN7 machine it abends on a random sharing violation--run it multiple times and is blows in different places. If I simply do a drag & drop from one WIN7 machine to ...
Started 2 weeks, 3 days ago (2009-12-01 18:06:00)
by Driftwood42
I Recently upgraded to W7 64 bit on a homebuilt computer. In xp and RC 32bit I used xcopy in a batch file to backup my data to an external hard drive. In W764 bit xcopy does not work the same way - it hangs up and then I have a lot (LOT) of cpu activity with nothing running. A reboot clears everything up. What should I be using to produce a batch file for backup in W7 64bit? my current ...
Started 1 month, 2 weeks ago (2009-11-01 02:50:00)
by Mansi gala
I am need of quick help from you all guys. Actually i was trying to install a game on my Windows XP computer but every time the setup gets hanged in between the process. I don't know. After workaround one of my friend has suggested me to run the Xcopy command. I also don't know what is it. Could you guys please make me know what is Xcopy command and how to run it ? Also suggest...
Started 1 month, 2 weeks ago (2009-10-29 15:50:00)
by Dynamic
SET fromFolder=C:\Projects\Beacon\v1.0 SET toFolder=\\tsclient\C\SharedFolder\Beacon\v1.0 xcopy /E /Y %fromFolder% %toFolder% My original files are under source safe. When I use xcopy to copy files over, it does check out the files on the destination folder. Why? how can I stop this?
Started 1 month, 2 weeks ago (2009-10-29 10:49:00)
by dmkAlex
When I am at the command line, if I type the following: XCOPY C:\ABCDIR\ABC.XLS F:\BACKUP /I It will copy the file from C: to F: properly without prompting me. I have this batch file (Q.bat) and the content is: XCOPY %1 %2 %3 In my VB code, I have the following block: sfile = "C:\ABCDIR\ABC.XLS" dfile = "F:\BACKUP" p ="/I" Shell ("q.bat " & sfile & " " & ...
Started 1 month, 3 weeks ago (2009-10-27 02:16:00)
by emia
My media source is very old 1.44MB Disk, real 650MB CDR (1x-2x), normal store over 5-10years That media over 50% maybe "sector/tract/cylinder ERROR" I try use "xcopy /p /e /v /c but always tell me "about/retry/igroge" I always press "R (retry)" is wasting my time. Any (Xcopy) / RAW copy) program can doing this ? copy files verify source and [destination] , ...
Started 2 months ago (2009-10-16 10:45:00)
by irish634
Hi Everyone, I've been poking around ad this for a few days and can't seem to come up with an answer. I am using an old school batch file calling the xcopy function to back up some OEM equipment files. Code: IF EXIST C:\BackupLog.TXT GOTO LOG :CREATE ECHO Backup Log > C:\BackupLog.TXT ECHO. >> C:\BackupLog.TXT :LOG Echo ------------------------- >> C:\BackupLog.TXT Echo ...
Started 2 months, 1 week ago (2009-10-08 10:32:00)
by crp2k
Hi, I have an application which is deployed using an XCopy approach (its a daily build).I see a strange behaviour when I try to replace some of the existing DLLs with my local (development) copy and try to run the application.... The DLLs I replace are also dependent...Let's say A.dll and B.dll,where A is dependent on B. Also A.dll executes the code in B.dll via some method... When I did a ...
Started 1 week, 1 day ago (2009-12-09 18:57:00)
by patrick.vancauteren
I have rather big executables (about 25-35 MB). Because I want my users to easily execute my application, I don't want them to install a bunch of DLL's, just xcopy-install is OK for me (and my customers). Because my software is often run from a network drive, and my customers' networks are not always reliable, I link my executables ...
Started 3 days, 13 hours ago (2009-12-15 04:27:00)
by coxorange
I don't know much about scripts as yet, but for daily backup purposes I would like to copy all new or modified files from various folders to the drop boxes of two other Macs (like the old DOS command XCopy) and then reset the "modified attributes" (is there something like that at all?) of these files. A script could do this without the need to always find and select these ...
Started 1 day, 9 hours ago (2009-12-17 08:41:00)
by Dave Pearce
Hello wonder if you can help. I have a folder with lot's of files written in it from 2005-present day. What i need to script is move files from this location and sort them by years whilst keeping the existing structure. I have looked at the syntax of xcopy and robocopy but not sure whats the best way to move forward for exmaple d:\docs\word\file1.doc (created in 2006) ...
Started 1 week ago (2009-12-11 09:00:00)
by M. B. Oertel
"stefan schneider" schrieb im Newsbeitrag news:e4$RqCfeKHA.2596@TK2MSFTNGP04.phx.gbl... > Hallo, > > ich sichere per xcopy script immer automatisch vor em runDterfahren alle > geänderten persönlichen Dateien eines best. Ordner auf eine externe > Platte. Klappt auch ganz gut. > > Ist es auch möglich nur die ...
Started 1 week, 1 day ago (2009-12-09 19:42:00)
by Sinndho
If all pcs are in the same domain and if you have enough provileges on the domain or on the clients machines you can run a script from your machine: Code: NET USE Z: \\Client_1\C$ MD "Z:\Office Program Files" MD "Z:\Office Program Files\Sales" XCOPY \\Alpha\Sales\Billing.mdb "Z:\Office Program Files\Sales\Billing.mdb" /I/Y NET USE Z: /D
Started 6 days, 11 hours ago (2009-12-12 06:35:00)
by deiremus
try using s switch on your shell command exec('xcopy '.$results[$i].' C:\\TEMP /E ', $a, $a1); the switch will copy all the folders (even if its empty) and files and folders in it
Started 3 days, 9 hours ago (2009-12-15 08:30:00)
by Unruh
On 2009-12-14, bb wrote: > On 2009-12-11 17:50, root wrote: >> Nearly 20 years ago when I dumped DOS I made some >> bootable CDs that could boot into DOS 6.0, Newdos, >> and such. I remember that when I made the bootable >> CD from a bootable floppy I had to jump through some >> hoops which included copying (equivalent to dd) the >> floppy to a file bootimage on the CD. That bootimage...
Started 3 days, 13 hours ago (2009-12-15 05:09:00)
by Unruh
On 2009-12-14, bb wrote: > On 2009-12-11 17:50, root wrote: >> Nearly 20 years ago when I dumped DOS I made some >> bootable CDs that could boot into DOS 6.0, Newdos, >> and such. I remember that when I made the bootable >> CD from a bootable floppy I had to jump through some >> hoops which included copying (equivalent to dd) the >> floppy to a file bootimage on the CD. That...
Started 6 days, 15 hours ago (2009-12-12 03:16:00)
by Rod Speed
mike wrote Rod Speed wrote mike wrote Evermcp6453 wrote I have a lot of hard drives that I have collected over the year from upgrades. Our digital pictures and documents have all been backed up to my peer-to-peer server drive. They are certainly not properly organized. The problem is that the digital cameras of days gone by would always start naming the ...
Started 4 days, 7 hours ago (2009-12-14 11:09:00)
by Unruh
On 2009-12-14, bb wrote: Quote: On 2009-12-11 17:50, root wrote: Nearly 20 years ago when I dumped DOS I made some bootable CDs that could boot into DOS 6.0, Newdos, and such. I remember that when I made the bootable CD from a bootable floppy I had to jump through some hoops which included copying (equivalent to dd) the floppy to a file bootimage on the ...