|
-
July 23rd, 2001, 10:14 AM
#1
Copying subdirectories......I forget...
Okay,I copy files in DOS all the time and use copy or Xcopy ,what switch copies subdirectories. Example:
ASUS MOBO driver disk:
I would usually use.In DOS.
C:\>MD ASUSDRV
d:
copy *.* c:\asusdrv
It doesn't copy all the Directories,just whats in the root.
I am probably missing the switch but can't remember if it was XCOPY or COPY
....
-
July 23rd, 2001, 10:15 AM
#2
xcopy /S
??????????????????????????
-
July 23rd, 2001, 10:35 AM
#3
Originally posted by Now unemployed Tech_ FormerlyTech:
<STRONG>Okay,I copy files in DOS all the time and use copy or Xcopy ,what switch copies subdirectories. Example:
ASUS MOBO driver disk:
I would usually use.In DOS.
C:\>MD ASUSDRV
d:
copy *.* c:\asusdrv
It doesn't copy all the Directories,just whats in the root.
I am probably missing the switch but can't remember if it was XCOPY or COPY
....</STRONG>
More specifically:
xcopy d:\asusdrv\. c:\asusdrv /s (/e to include empty subdirectories)
-
July 23rd, 2001, 11:07 AM
#4
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