Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Don't need anything fancy, but I can't get this to work. I'm sure it's got something to do with strings, but I'm not good at manipulating them. Here is what I have:
(defun C:UDATE (/ ) (vl-load-com) (vl-mkdir (strcat "C:\\CAD Standards\\UPDATED\\" (getenv "username"))) (princ) )
Andrew Ingram
Civil 3D x64 2019
Win 10 x64 Pro
Intel Xeon E5-1620
32 GB Ram
Civil 3D x64 2019
Win 10 x64 Pro
Intel Xeon E5-1620
32 GB Ram
Solved! Go to Solution.