- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all!
I'm brand new to lisps and I have made decent progress these pasts 2 weeks.
I'm working on autoloading lisps from our network. I put the acaddoc.lsp in the support folder and auto cad reads it. Now I want my acaddoc.lsp file to load a file from our network. Im not sure how I can achieve this. Here is my code:
;****************************************************************************************
;AUTO RUN UPON OPENING NEW DWG
;location: C:\Program Files\Autodesk\AutoCAD 2019\Support
(load "\\gsgfs02\\CAD\\Automation\\Lisp Routines\\TESTING\\gsg autoload.lsp")
(PROMPT "GSG AUTO LISP LOADED.")
(PRINC)
;END AUTO RUN
;****************************************************************************************
Thanks!
Solved! Go to Solution.