- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good Afternoon.
I having a problem with my lisp file. I have have managed to set up to add trusted and support file paths, using the %username% in the file paths. We are needing to update the paths because we are moving from network drives to SharePoint/OneDrive. We want everyone to link to files on SharePoint, via the one drives. so each path needs to contain individual usernames when loading.
It all works with the exception of the Printer support paths. has anyone any idea what I'm missing?
;(vla-get-PrinterDescPath *files*)
(vla-put-PrinterDescPath *files* "C:\\Users\\%username%\\OneDrive - ###############\\02_Model and Design Support\\AutoCAD_Support Folder\\Plotters\\PMP Files;")
Solved! Go to Solution.