Windows 10: xCopy not working as intended

Discus and support xCopy not working as intended in Windows 10 Software and Apps to solve the problem; Today, I tried to copy all folders that were inside another folder, but the command doesn't work. It just says "0 Files copied". Any ideas?... Discussion in 'Windows 10 Software and Apps' started by SteveYT77, Nov 22, 2021.

  1. SteveYT77 Win User

    xCopy not working as intended


    Today, I tried to copy all folders that were inside another folder, but the command doesn't work. It just says "0 Files copied". Any ideas?

    :)
     
    SteveYT77, Nov 22, 2021
    #1
  2. jmt20 Win User

    XCopy not working on Win10

    Hi,

    There is a thread on this topic but it doesn't show a resolution.

    Has something changed where xcopy doesn't work on Win10?

    I am looking to copy files and I can't get even the simpliest .bat file to work. Copying 1 file to another folder on the C directory.

    @EchoOff xcopy C:\files\test.bat C:\files-to\

    Any suggestions are appreciated!

    thanks,

    joan
     
    jmt20, Nov 22, 2021
    #2
  3. Batch and Xcopy

    Try moving /E and /Y to after the paths...

    @xcopy "C:\Users\PVTCaboose1337\Documents\School" "M:/School" /E /Y

    It must always be:

    xcopy source destination [options]
     
    FordGT90Concept, Nov 22, 2021
    #3
  4. scooterg Win User

    xCopy not working as intended

    xcopy not working in windows 10

    I've solved my problem with xcopy and in a strange way it turned out to be about permissions. As administrator I was backing up userx usery to bakx baky and it turned out I didn't have permission to access userx and usery. After giving myself permission,
    xcopy worked as it should. Either this worked differently in 8.1 or the conversion to 10 changed file permissions. The error message <file not found - "*.*"> seems entirely spurious.
     
    scooterg, Nov 22, 2021
    #4
Thema:

xCopy not working as intended

Loading...
  1. xCopy not working as intended - Similar Threads - xCopy working intended

  2. Headset not working as intended

    in Windows 10 Gaming
    Headset not working as intended: Hi! my computer has two headphone jacks, when I plugged my headset in I was asked to choose what it was. I choose Headphones and went out of the tab, only to discover I couldn't use the Microphone with the headset. I plugged it into the other jack and it asked me again, I...
  3. Headset not working as intended

    in Windows 10 Software and Apps
    Headset not working as intended: Hi! my computer has two headphone jacks, when I plugged my headset in I was asked to choose what it was. I choose Headphones and went out of the tab, only to discover I couldn't use the Microphone with the headset. I plugged it into the other jack and it asked me again, I...
  4. xcopy not working

    in Windows 10 Network and Sharing
    xcopy not working: What am I doing wrong here?I want to copy c:\users\public all data into c:\users\xyz https://answers.microsoft.com/en-us/windows/forum/all/xcopy-not-working/961e4487-9041-4ea5-8ff8-fe9720b54449
  5. xcopy not working

    in Windows 10 Gaming
    xcopy not working: What am I doing wrong here?I want to copy c:\users\public all data into c:\users\xyz https://answers.microsoft.com/en-us/windows/forum/all/xcopy-not-working/961e4487-9041-4ea5-8ff8-fe9720b54449
  6. xcopy not working

    in Windows 10 Software and Apps
    xcopy not working: What am I doing wrong here?I want to copy c:\users\public all data into c:\users\xyz https://answers.microsoft.com/en-us/windows/forum/all/xcopy-not-working/961e4487-9041-4ea5-8ff8-fe9720b54449
  7. xCopy not working as intended

    in Windows 10 Gaming
    xCopy not working as intended: Today, I tried to copy all folders that were inside another folder, but the command doesn't work. It just says "0 Files copied". Any ideas? https://answers.microsoft.com/en-us/windows/forum/all/xcopy-not-working-as-intended/b5fc6b0d-209a-466b-bde8-02b54a908bac
  8. xCopy not working as intended

    in Windows 10 Network and Sharing
    xCopy not working as intended: Today, I tried to copy all folders that were inside another folder, but the command doesn't work. It just says "0 Files copied". Any ideas? https://answers.microsoft.com/en-us/windows/forum/all/xcopy-not-working-as-intended/b5fc6b0d-209a-466b-bde8-02b54a908bac
  9. Properties not working as intended.

    in Windows 10 Network and Sharing
    Properties not working as intended.: Hello, I have been trying to set an application to always run as administrator. I already have gone to the file location and opened up properties however, the shortcuts bar cannot be found. I can also not run the application without administrator either. Please help me....
  10. XCopy not working on Win10

    in Windows 10 Network and Sharing
    XCopy not working on Win10: Hi, There is a thread on this topic but it doesn't show a resolution. Has something changed where xcopy doesn't work on Win10? I am looking to copy files and I can't get even the simpliest .bat file to work. Copying 1 file to another folder on the C directory....