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 and batch file
Name: Jason E Date: June 5, 2002 at 22:17:13 Pacific
Comment:
I need to copying recursive subdirectories without prompting to overwrite. I've seen advice to use xcopy32 -- but it doesn't appear to be available on Win2k.
I've tried echo D|XCOPY.EXE dir1 dir2, but don't know how to get the recursive option in there ( /E ).
Summary: say you want to copy certain (multiple) files from one location to another. One way to do that is to create a batch file and use the copy.exe commands to copy the files. However, the (dos) copy comm...
Summary: I am attempting to create a batch file that will automatically launch a dial up connection. I will eventually be using the script on Win 98 PC's but for now am testing it on Win 2000. I've tried comma...
Summary: I posted this in another group yesterday, but had no answers. Perhaps someone here might have one. I'm an HTML beginner. Is there a way -- without using Java, Scripts, ActiveX, Style Sheets, etc. --...