Windows 10: recursively copy files

Discus and support recursively copy files in Windows 10 Network and Sharing to solve the problem; I was wondering if there was a way to recursively copy files with windows for example I have an Adobe CD or DVD and there is a folder of fonts.... Discussion in 'Windows 10 Network and Sharing' started by HARDCORE GAMES™, Jul 28, 2020.

  1. recursively copy files


    I was wondering if there was a way to recursively copy files with windows


    for example I have an Adobe CD or DVD and there is a folder of fonts. Manually copying them is very tedious.


    so I was wondering if there was a way to do this with a batch file or shell script


    fonts vary from type 1, true type and now open type. this makes font management a real headache

    :)
     
    HARDCORE GAMES™, Jul 28, 2020
    #1
  2. temp02 Win User

    Java.nio.file - Copying files

    You can't copy a folder, thats why it generates an exception (you are trying to copy a folder using a copy file function).
    You probably need to list all the files inside that folder and copy one by one
     
    temp02, Jul 28, 2020
    #2
  3. Wozzer Win User
    Java.nio.file - Copying files

    Issue was the above, so thanks temp02.
     
    Wozzer, Jul 28, 2020
    #3
  4. recursively copy files

    Delicieuxz, Jul 28, 2020
    #4
Thema:

recursively copy files

Loading...
  1. recursively copy files - Similar Threads - recursively copy files

  2. Recursive Search in File Explore, Windows Explorer, or Folder

    in Windows 10 Network and Sharing
    Recursive Search in File Explore, Windows Explorer, or Folder: As a developer, a somewhat common problem is to know the name of the file, but not it's location.For about a decade I've turned indexing on somewhat liberally and then used the search bar in windows explore at a higher level in the folder tree.Recently it quit working. It now...
  3. Recursive Search in File Explore, Windows Explorer, or Folder

    in Windows 10 Gaming
    Recursive Search in File Explore, Windows Explorer, or Folder: As a developer, a somewhat common problem is to know the name of the file, but not it's location.For about a decade I've turned indexing on somewhat liberally and then used the search bar in windows explore at a higher level in the folder tree.Recently it quit working. It now...
  4. Recursive Search in File Explore, Windows Explorer, or Folder

    in Windows 10 Software and Apps
    Recursive Search in File Explore, Windows Explorer, or Folder: As a developer, a somewhat common problem is to know the name of the file, but not it's location.For about a decade I've turned indexing on somewhat liberally and then used the search bar in windows explore at a higher level in the folder tree.Recently it quit working. It now...
  5. Deleting recursive folders - file path too long

    in Windows 10 Gaming
    Deleting recursive folders - file path too long: When trying to remove certain recursive folders, I get this error.rmdir : The tag present in the reparse point buffer is invalid. At line:1 char:1 + rmdir FolderName+ ~~~~~~~~~ + CategoryInfo : WriteError: C:\Users\... [Remove-Item], IOException + FullyQualifiedErrorId :...
  6. Deleting recursive folders - file path too long

    in Windows 10 Network and Sharing
    Deleting recursive folders - file path too long: When trying to remove certain recursive folders, I get this error.rmdir : The tag present in the reparse point buffer is invalid. At line:1 char:1 + rmdir GoK + ~~~~~~~~~ + CategoryInfo : WriteError: C:\Users\... [Remove-Item], IOException + FullyQualifiedErrorId :...
  7. File Explorer is generating a recursive list of files in a folder.

    in Windows 10 Network and Sharing
    File Explorer is generating a recursive list of files in a folder.: One of my directories has a sub-folder that contains another folder with the same name. It contains a sub-folder with the same name and this goes on and on I assume for hundreds of levels. I can create a new folder in a sub level and it automatically creates the same folder...
  8. File explorer keeps recursively searching into symlinks

    in Windows 10 Network and Sharing
    File explorer keeps recursively searching into symlinks: Recently some folder permissions on my Windows 10 laptop were messed up, so I decided to reset all the folder permissions by running the following command: icacls "C:" /reset /t /c /l After the command had finished running, the folder permissions were reset to default, but...
  9. recursively search C: for specific file-type type then copy w/Path

    in Windows 10 Support
    recursively search C: for specific file-type type then copy w/Path: Pretty much what it says in the Header. I am sure this can be done using the correct switched in several tools like robocopy or even X-Copy but so far copying the file including its full path to another location is not working properly for me. I think i have the recursive...
  10. Robocopy infinite recursion

    in Windows 10 Network and Sharing
    Robocopy infinite recursion: Hi, I upgraded from Windows 7 to Windows 10 2 weeks ago. I have been using Robocopy for years to backup my system. However, since I upgraded, Robocopy goes into a seemingly infinite loop, when backing up via the Documents and Settings Junction. I have not changed the...