Summary: The only way (short of finding documentation) I know of to discover errorlevels is the batch commands and analyze the results @echo off xcopy *.* c:\t...
Summary: Could someone refresh my memory in regard to the meaning of the switches for xcopy. As in xcopy /s /c /h /e /r /k I think s is for system files and h ...
Summary: I'm Trying to copy files under dos from d: to c: using xcopy with the date switch (to only copy if newer) eg xcopy d:\clips\*.* c:\ /D /y from a dos w...
Summary: I would like to be able to copy entire directories, however, when i try to use xcopy i get 'incorrect version'. I am unable to figure out how to get ...
Summary: I have created a batch file containing the xcopy command. It contains the following: xcopy c:\mcafee\server\*.* \\agile\virusupd when I run the batch ...
Summary: I am making a cd that will auto run xcopy, to copy a file from the same cd to my hard disk. I got it to work but it only works if my cd-rom drive lett...
Summary: There is no way for me to access windows. The end solution is for me to format tho i want to backup my drive from the laptop. Its a 40gig laptop drive...
Summary: I am using a batch file in Win95 to back up a folder onto a zip drive. Whenever the batch file runs I receive an "Incorrect DOS Version" error. The ba...
Summary: I would appreciate some help in a batch file, I am currently making. I need to run the xcopy command. Is there a switch available, so that when the b...
Summary: It doesn't seem like the computer has the xcopy command. How do you get it? Could only get into dos mode, can't run windows, need to reinstall. ...
Summary: We tried to clone our hard drive using the example at www.computerhope.com/xcopyhelp.htm xcopy c:\*.*/a /e (didn't use k switch because when trie...
Summary: Please help, simple question but it's driving me nuts. Using xcopy to copy a folder called cos and all the files even the empyt ones from c:\ to a:\ ...
Summary: I have created a batch file called Nightly_Backup.bat which transfers all files in all subdirectories of the source drive or directory to the network ...
Summary: Whern I use the following batch file from Window the files fail to copy. However, the folders and sub-folder DO copy. They are empty. "xcopy c/e/h/i/k...
Summary: I want to back up my photographs from one physical drive to another, in earlier forms of windows I would use this: xcopy d:\documents\pictures I:\pict...
Summary: /D swith. At the dos prompt type xcopy /? enter Have one finger on the pause button to stop the page before it scrolls off the section you need. Hop...
Summary: Does anyone know of a file size limit using xcopy? I have a file that is 600mb I am wanting to xcopy to a folder then put it into a zip... ...
Summary: Hi, I have batch file for Windows NT workstation. In the batch file I have an xcopy command used to copy one folder from one directory to other direc...
Summary: Can anybody tell me how to copy with xcopy only those files made after a specific date? I can't find a command for that and I hope some exist! Also ot...
Summary: I recently using dos for moving & copying sub directories.. i used to using xcopy with folders.. but winme/98 and xp dont have xcopy .. is it compat...
Summary: Ok, are you meaning you want to copy a large amount of data & instead of getting insuffient disk space you want it to say insert another disk in drive...
Summary: i want to use: xcopy source\file.cfg destdir /d if errorlevel x goto somewhere and have it jump somewhere if no files are copied. So what errorlevel ...
Summary: hi.i used this command to try to copy everything and i mean everything from my 850M to my 1.6GB HD but aparently didnt copy everything beacuse when i ...
Summary: I've written a batch file to copy certain folders from C to D drive but one particular one has me stumpted. Here is the example: xcopy "C:\Documents a...