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: Goeminne Joachim Date: January 17, 2000 at 09:10:41 Pacific
Comment:
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 other question: when I make a batch-file for making a backup automatically, it works when you execute it manually, but when you use the winat or at it doesn't work anymore. I copy files over a network but I think that's not the problem. I use the command: cmd /c "C:\[batch-file-name}". I Also started the scheduler. Can anybody help me?
Name: Mick C Date: January 17, 2000 at 10:35:45 Pacific
Reply:
Download a Copy of MS-DOS 6 Resoruce Kit and/or MS-DOS 5.0 Command Referances. for complete breakdown of MS-DOS Commands.
You will find both, plus other usfull MS-DOS & Windows Resources at:
http://www.powerload.fsnet.co.uk
0
Response Number 2
Name: Doug W Date: January 19, 2000 at 13:29:48 Pacific
Reply:
IF you are working in win 95 or 98 you will want to use xcopy32.exe or your folders that have names over 8 characters will get truncated.
Doug
0
Response Number 3
Name: Date: January 19, 2000 at 13:41:17 Pacific
Reply:
Do you know, I am sick of some guy or other who when he see's a DOS Query.. Says Ah but in Windows 95 or 98 - Do it this way. Yes we know WinDoze 9x uses DOS (It cannot live without it) But most of the users on this page are DOS or 3x users. Its about time even Windows 9x related problems were given thier own page.
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...