Windows 10: Robocopy Syntax Required

Discus and support Robocopy Syntax Required in Windows 10 Software and Apps to solve the problem; Hi I have a Robocopy script for backing up my files. It always worked ok under Windows 7 but since I upgraded to Windows 10 it is now treating every... Discussion in 'Windows 10 Software and Apps' started by John Calder, Apr 18, 2020.

  1. Robocopy Syntax Required


    Hi


    I have a Robocopy script for backing up my files. It always worked ok under Windows 7 but since I upgraded to Windows 10 it is now treating every file as "modified" so it takes a lot longer to backup my files.


    My script is:


    C:\Windows\SysWOW64\Robocopy.exe I:\DATA D:\DATA_BACKUP_FOLDER /S /E /SEC


    Can anyone edit the script so that it does not treat all files as "Modified"


    Thank You

    :)
     
    John Calder, Apr 18, 2020
    #1
  2. Yolvi Ell Win User

    Getting: Syntax Error (Syntax Error)

    Hi,



    It's possible that you're receiving the Syntax Error due to program incompatibility. We'd like to learn more about your concern so we could
    provide the proper resolution. We just have a few questions for you:


    • Have you checked with the software manufacturer if this particular software is compatible with Windows 10?

    • Which version of Windows 10 is on your computer? To check, click
      Start, type winver, and press Enter.

    • Since you mentioned that you couldn't read anything from the application when you're trying to install it, is there an English version of the game that you can install instead?

    • What is the name of the game?

    • Have you checked if your computer meets the game's system requirements?

    • What troubleshooting steps have you tried so far?
     
    Yolvi Ell, Apr 18, 2020
    #2
  3. phrab Win User
    Robocopy syntax doesn't work in my batch file anymore

    Another syntax problem:
    Using either of the commands:

    Robocopy "C:\Users\Phil\Documents\House" "D:\Backups" Stores To Replace Products.doc
    -or-
    Robocopy "C:\Users\Phil\Documents\House" "D:\Backups" "Stores To Replace Products.doc"

    the file is not copied to D:\Backups

    I can't figure out why. What am I doing wrong?
    Thank you.
     
    phrab, Apr 18, 2020
    #3
  4. Robocopy Syntax Required

    Cyberlink and Feedback Hub | Robocopy Mirroring Part II

    I am mostly getting the hang of Robocopy.

    I have hidden Cyberlink and Feedback Hub, and blocked them from showing in the file list.

    But I am not sorting out how to skip the files. I have gleaned a basic understanding of Attributes and I have an idea of how to build the Robocopy command.

    But I clearly have something mixed up or incomplete.

    ERROR : Invalid Parameter #4 : "/XA:ATTRIB+H:CyberLink"

    Here is my command. I am shaky on both on the syntax and the ordering.

    Note: where the big grin object is appearing the code should the code should read /DCOPY colon mark then DA with the space deleted, No idea how it is getting in or how to get rid of it. Sorry.

    ROBOCOPY C:\Users\mikei\Documents I:HP.Files /MIR /XA:ATTRIB+H:CyberLink /X:ATTRIB+H:FeedbackHub /DCOPY*BiggrinA /v /tee /ts /log:"I:\log.HP.temp.txt"

    Can anybody get me on the right path?
    Help me get rid of the grin?

    Thanks for any suggestions and solutions.
     
    mikeincousa, Apr 18, 2020
    #4
Thema:

Robocopy Syntax Required

Loading...
  1. Robocopy Syntax Required - Similar Threads - Robocopy Syntax Required

  2. microsoft syntax

    in Windows 10 Gaming
    microsoft syntax: Hello.I would ask you wher can find this microsoft site https://www.youtube.com/watch?v=ilm5Gdl4gycand how can make commands with syntax https://answers.microsoft.com/en-us/windows/forum/all/microsoft-syntax/8e1cba47-50d7-438b-984e-5f7c2b611dda
  3. microsoft syntax

    in Windows 10 Software and Apps
    microsoft syntax: Hello.I would ask you wher can find this microsoft site https://www.youtube.com/watch?v=ilm5Gdl4gycand how can make commands with syntax https://answers.microsoft.com/en-us/windows/forum/all/microsoft-syntax/8e1cba47-50d7-438b-984e-5f7c2b611dda
  4. robocopy

    in Windows 10 Network and Sharing
    robocopy: Hi robocopylog Total Copied ?1055, 197, log.txt818?/MIR /MT:8 /r:2 https://answers.microsoft.com/en-us/windows/forum/all/robocopy/dca938b6-3089-4c84-ac33-6ae7c255f0b5
  5. robocopy

    in Windows 10 Gaming
    robocopy: Hi robocopylog Total Copied ?1055, 197, log.txt818?/MIR /MT:8 /r:2 https://answers.microsoft.com/en-us/windows/forum/all/robocopy/dca938b6-3089-4c84-ac33-6ae7c255f0b5
  6. robocopy

    in Windows 10 Software and Apps
    robocopy: Hi robocopylog Total Copied ?1055, 197, log.txt818?/MIR /MT:8 /r:2 https://answers.microsoft.com/en-us/windows/forum/all/robocopy/dca938b6-3089-4c84-ac33-6ae7c255f0b5
  7. Syntax Error

    in Windows 10 Network and Sharing
    Syntax Error: i try and open HR Block 2018 and get this error Syntax error on line 1:{"queryUrl"is not a valid type,see ConfigurationFileReader::readData{}} What the heck do I do now. I tried Uinstall and reinstalling the software from a disk. It just wont work. I never had this...
  8. Robocopy Syntax required

    in Windows 10 Installation and Upgrade
    Robocopy Syntax required: Hi I have a shortcut with the following script C:\Windows\SysWOW64\Robocopy.exe /MIR "C:\Users\Jandd\AppData\Local\Google\Chrome\User Data\Default" J:\CHROME_BOOKMARKS_BACKUP /SEC Bookmark* Under Windows 7 this script copied the two Bookmarks files and put them in my...
  9. Robocopy

    in Windows 10 Customization
    Robocopy: I like Robocopy and used it for a long time but after upgrading from Windows 7 to Windows 10, it got in a loop when I tried to back up via the Documents and Settings Junction. I know that I didn’t change permissions on this folder. But If I try to open it, I get "Access...
  10. Robocopy syntax doesn't work in my batch file anymore

    in Windows 10 Support
    Robocopy syntax doesn't work in my batch file anymore: I created the following text file & then changed the extension to .bat. The syntax is: Robocopy "C:\Users\Phil\AppData\Roaming\Thunderbird\Profiles\MyProfile" "E:\Backups\Thunderbird\Profiles\MyProfile" /MIR /Z /W:5 /TS /MOT:180 /R:10 I also created a shortcut for it on...