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.
Copy folders without file contents
Name: LYNNCONNER Date: December 24, 2008 at 07:58:55 Pacific OS: XP PROF 5.1.2600 CPU/Ram: PENTIUM 4 3.0GHz Product: Dell / OPTIPLEX GX520
Comment:
Message: I have a folder full of sub-folders that contain 2008 files. I want to creatE a new folder FOR 2009 with the same sub-folder names, but without the files that are contained in the 2008 folders. Is there a way to do this?
Summary: I would like to know how to copy a folder across and its sub directory, but only if the folder or files in the current director do not exsist. EG. I have a folder named Test with a file named file, h...
Summary: I’d like to know if there's a way for stop users from copying a folder and the contents from a network drive share. I have placed some restrictions on just read, write and delete, but they can still...
Summary: Hi Ed, Thanks for ur reply From what I understand, IF "%1" == "\" GOTO LIST-ALL will ask it to go to :LIST-ALL DIR \*.* /O:N /S | Find "%CUR-DATE%" | xcopy c:\testsource\*.txt c:\testdigi\ /m /e /y ...