asos2000 Posted August 6, 2008 Posted August 6, 2008 How can I load the lisps using script into Startup Suite? Regards Quote
rkmcswain Posted August 6, 2008 Posted August 6, 2008 Don't use the startup suite. Simply add your lisp files to your "acaddoc.lsp" file (make sure this file is located in your support file search path) Example: [color=blue][font="Courier New"] ;; acaddoc.lsp (load "mylisp") (load "mylisp2") (load "\\server\share\a lisp that is not located in the support file search path") (load "another one") (princ "acaddoc.lsp loaded") [/font][/color] Quote
asos2000 Posted August 10, 2008 Author Posted August 10, 2008 thanx rkmcswai but i want to load using script for loading every thing (menu, lisps) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.