Jump to content

Recommended Posts

Posted

Hi attempting to stop an adobe reader popup, worked out that i need to move an *.acrodata file to another folder.

 

So using this script on windows 7 - if I specify the username ie class2 the script works. I've tried with %userprofile% but it's not working.

 

xcopy "C:\Users\%username%\AppData\Roaming\Adobe\Acrobat\10.0\Security\*.acrodata"

"C:\Users\%username%\AppData\Roaming\Adobe\Acrobat\11.0\Security\"

Posted

You've said that you've tried with %userprofile%, but then put your line in with %username%. Which are you trying to get working? Or will either do so long as it works!? When it fails, does it give an error?

 

Stuart

Posted
I've tried substituting %userprofile% for %username% also starting the script on %appdata% not made any difference. No error message, just doen't work.
Posted

xcopy "C:\Users\%username%\AppData\Roaming\Adobe\Acrobat\10.0\Security\*.acrodata" "C:\Users\%username%\AppData\Roaming\Adobe\Acrobat\11.0\Security\"

 

This line worked for me. The only difference I can see between yours and this is that you have a space between "Acrobat" and the following "\"

 

I just copied and pasted this in to a command prompt.

 

Stuart

Posted
Ok, now it will copy my file across but I want to be able to run it for all users and copy their file across at the same time. Is that possible?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...