Windows 7 Batch File launch to copy config.pro files
Hello,
I am trying to run a batch file to simply copy a network config.pro file to my local machine. I am learning that Windows 7 does not like this idea. I made a shortcut on my desktop and tried to run that shortcut as Admin and that didn't help. When I run the below batch files I get "Access Denied". I do have rights to write to my local directory, that was the first thing I checked.
CODE:
copy /Y "R:\somewhere on the network\config.sup" "C:\Program Files\proeWildfire 5.0\text\config.sup"
copy /Y "R:\somewhere on the network\config.pro" "C:\Program Files\proeWildfire 5.0\text\config.pro"
copy /Y "R:\somewhere on the network\univer_splash.gif" "C:\Program Files\proeWildfire 5.0\text\resource\univer_splash.gif"
call "C:\Program Files\proeWildfire 5.0\bin\proe.exe"
This should be easy, but....
Thanks,
James
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

