|
-
March 6th, 2002, 10:55 AM
#1
copy command questions
Greetings,
Is there a command in DOS to copy a single directory and all directories and files contained in it?
I am having to copy drivers off a CD in DOS because the system will only boot in safe mode, where I cannot access the CD.
Thank you,
Al
-
March 6th, 2002, 11:06 AM
#2
Use XCOPY with /s switch.
At prompt XCOPY /? will give you syntax/options. (You may be aware of that but figured it wouldn't hurt to include ).
-
March 6th, 2002, 01:19 PM
#3
Registered User
Though Wyckyd1 is right there is a slight error.
Xcopy /s copies directories and subdirectories as well.
-BUT-
It does not copy EMPTY Directory which some appliation might require them.
For this you should use the
XCOPY /E
Which does the same as /s but copies empty subdir as well.
Good Luck
Gabriel
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|
Bookmarks