Kind of an IT question: How to get past the Windows "access denied" during copy?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a *.bat file that I want to copy standard cad files from the server to each users machine and cannot figure out how to by pass the windows watch dog. Here is an example: we have fonts that do not ship with autocad that are on the server and I want to copy to each local %username% using the following
xcopy "\\srvcefs01\Software\Autodesk\ACAD SUPPORT\fonts" "C:\program files\autodesk\autocad 2022\fonts"/Y
this gets access denied
I know I could map the font folder on the server in options but I'd prefer to install OOTB and copy the files via email link to the bat file so I don't have to adjust every machines search paths I have the same problem with the QTO files
xcopy "O:\0-SHEET SETS\CE Sheet Set Prototype\QTO" "C:\ProgramData\Autodesk\C3D 2022\enu\Data\Pay Item Data\Getting Started"/Y
yields access denied
I thought it was due to copy from server and successfully copied to a temp folder but still get denied copying from temp to the progams.....folders
Joe Bouza
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

