Startup Lisp with Folder Paths?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a startup lisp (shown in the screenshot below) that runs each time AutoCAD/Civil 3D is run. In that lisp file are three different sections. The first one loads custom lisp routines. The second one sets various system variables. The third one runs a couple of commands.
I'd like to add a fourth section that includes adding a couple of Support File search paths, a Trusted Folder search path, and a Printer Support search path. All of these folders reside on our office server.
How do I go about adding into my startup lisp, a routine that appends the current folder listings by adding in some custom paths that I want? For example, in the very first section of the folder paths, Support Folders, I want to add in our m:\ drive. In the Trusted Folders section I'd like to add in our u:\ drive. In the Plotter Support Search path I'd like to add in our m:\ drive.
I have seen several posts on this idea but they all vary so much so I am not sure where to start and my lisp routine writing ability is pretty limited.
Thanks for any help.
Michael