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 command
Name: IT Support Date: September 28, 2001 at 06:13:47 Pacific
Comment:
IN Win 95, the XCOPY /Y will ignore any overwrite prompt, but in NT Server 4, the XCOPY command doesn't have a /Y parameter. The /D will update any newer file, but will that ignore any files, that is not already in the target location?
Summary: I am using the XCOPY command to copy files from one folder to another based on date. Example: xcopy /d:8-1-00 c:\temp\*.* c:\temp2 What I would like to do is prompt the user to enter the date, then pa...
Summary: Hi, I recreated a batch file which is set to run at night which copies a complete set of files from one drive to another drive using the XCOPY command. I setup an AT command so this batch file would...
Summary: Hi, Is there a move large files command, which can move the files from the source to the destinations and at the same time also create the directories, just like the Xcopy command. I want to use move ...