Windows 10: xcopy not working

Discus and support xcopy not working in Windows 10 Software and Apps to solve the problem; What am I doing wrong here?I want to copy c:\users\public all data into c:\users\xyz... Discussion in 'Windows 10 Software and Apps' started by jackin, Feb 17, 2022.

  1. jackin Win User

    xcopy not working


    What am I doing wrong here?I want to copy c:\users\public all data into c:\users\xyz

    :)
     
    jackin, Feb 17, 2022
    #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, Feb 17, 2022
    #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, Feb 17, 2022
    #3
  4. scooterg Win User

    xcopy not working

    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, Feb 17, 2022
    #4
Thema:

xcopy not working

Loading...
  1. xcopy not working - Similar Threads - xcopy working

  2. XCOPY command does not work

    in Windows 10 Network and Sharing
    XCOPY command does not work: XCOPY command does not work? https://answers.microsoft.com/en-us/windows/forum/all/xcopy-command-does-not-work/2989b013-3a30-428c-a9e2-a5d1ebafac11
  3. XCOPY command does not work

    in Windows 10 Gaming
    XCOPY command does not work: XCOPY command does not work? https://answers.microsoft.com/en-us/windows/forum/all/xcopy-command-does-not-work/2989b013-3a30-428c-a9e2-a5d1ebafac11
  4. XCOPY command does not work

    in Windows 10 Software and Apps
    XCOPY command does not work: XCOPY command does not work? https://answers.microsoft.com/en-us/windows/forum/all/xcopy-command-does-not-work/2989b013-3a30-428c-a9e2-a5d1ebafac11
  5. 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
  6. 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
  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 Software and Apps
    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. 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
  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....