Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Robocopy batch script skipping files with % in their names

  • 16-08-2014 9:33am
    #1
    Registered Users, Registered Users 2 Posts: 2,294 ✭✭✭


    Hi all

    I'm trying to run a robocopy of listed files through a unicoded batch script. There are a lot of special characters in the filenames, and it seems to be working for all of them, except the %, which is failing every time. I've saved the bat as UTF8, and I'm running it through an unicoded command, and I've added the chcp 65001 switch to my bat. It is just having an issue with the %s.

    Would anyone have any suggestions on how to get around this?

    Thanks!


Comments

  • Registered Users, Registered Users 2 Posts: 2,294 ✭✭✭YellowFeather


    Nevermind. The issue was obviously in the cmd rather than the robocopy so I got around it by doubling up the %s in the script so that it would recognise them as actual characters. Hurray. :D


Advertisement