Message 1 of 3
Using autoload in mnl to load from onedrive business
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All
With many of our staff now working remote, I'm looking to move our customisations from a server location to our business onedrive.
I'm having the following issue...
This DOES'NT work...
(autoload (strcat (getenv "userprofile") "\\Marty Company\\Drafting - General\\Standards\\ACAD\\AUTOLISP\\abc.lsp") '("abc"))
This DOES work...
(load (strcat (getenv "userprofile") "\\Marty Company\\Drafting - General\\Standards\\ACAD\\AUTOLISP\\abc.lsp") '("abc"))
Didn't really want to load everything hence the autoload
Any ideas greatly appreciated!
Marty...