Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Xcopy
Name: Mike Date: November 16, 2001 at 17:07:37 Pacific
Comment:
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 letter is the same letter used in the xcopy file. I was wondering if there is a command to replace the drive letter so that I can use xcopy from any cd-rom reguardless of drive letter. Can anyone help me.
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:\temp /switches echo.%errorlevel% You can even get f...
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 for hidden files and e for ? empty directories but...
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 window in 95/98/2000 this works but when booting fr...