Message 1 of 9

Not applicable
04-04-2019
06:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I have a problem that seems to become serious with Windows 10 permissions.
A few days ago I posted a request about writing to the HKEY_LOCAL_MACHINE registry (see this post).
Now even a copy of files from one directory to another does not seem to work.
(setq MyAppIns (vl-registry-read "HKEY_LOCAL_MACHINE\\SOFTWARE\\MyApp\\R17.2\\ACAD-7001:40C" "InstallPath"))
(setq AcadIns (vl-registry-read "HKEY_LOCAL_MACHINE\\SOFTWARE\\Autodesk\\AutoCAD\\R17.2\\ACAD-7001:40C" "AcadLocation"))
(dos_copy (strcat MyAppIns "\\Support\\Myapp.arx") (strcat AcadIns "\\Support\\Myapp.arx"))
this code returns nil.
Is it also a problem of rights and permissions or is it another problem? I would like to know first if all the users under windows 10 have the same problem as me.
Thanks for your help
Solved! Go to Solution.