- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm completely new to LISP, but after finding out that I could use them for deploying our typical configurations instead of importing profiles, CUIs & registry keys, for various reasons, it was time to give LISPs a shot as we prepare to migrate from Civil 3D 2014 to 2016.
I'm 75% done, but have a few options I'm not sure how to edit with LISPs:
1. If I manually import a custom CUI & set it as the current workspace, all is fine. But if I attempt to load it with the MENU command, I get clouds with question marks. Of course, adding the following code to my LISPs doesn't work either. Is there another way to accomplish this?
(command "menu" "custom.cuix")
2. By default, the uniform background color for 2D model space is 33, 40, 48. How could we set the sheet/layout to be the same instead of white?
3. Is there a way to turn info center off? I can do it via registry...but would prefer LISP. Also, this code didn't work for me:
(setenv "InfoCenterOn" 0)
4. How can we hide system printers? No luck with the following code:
(setenv "HideSystemPrinters" 1)
5. How can I add a custom support path for our company's networked fonts folder while still keeping the default support paths so that everything works?
Thanks in advanced for the feedback!
Solved! Go to Solution.