Copying subdirectories......I forget...
Results 1 to 4 of 4

Thread: Copying subdirectories......I forget...

Hybrid View

  1. #1
    Registered User
    Join Date
    Feb 2001
    Location
    North County -San Deigo
    Posts
    281

    Post 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


    ....

  2. #2
    Registered User
    Join Date
    Feb 2001
    Location
    North County -San Deigo
    Posts
    281

    Post

    xcopy /S
    ??????????????????????????

  3. #3
    Registered User
    Join Date
    Oct 1999
    Location
    Clackamas, OR USA
    Posts
    5,422

    Post

    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)

  4. #4
    Registered User
    Join Date
    Feb 2001
    Location
    North County -San Deigo
    Posts
    281

    Post

    Ahhh,Thank you Sowulo!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •