
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've written about 80 program for me and the other designers at my company, and we have been manually adding them to the Startup Suite because I was unaware of the acaddoc.lsp file. I have created an acaddoc.lsp file and put a series of (load "_____") calls with all the program file names and have added the location to my filepath.
After restarting AutoCAD, only about 60 of the 80 programs are being loaded, and it gives the error "extra right paren on input". Manually entering (load "acaddoc.lsp") in the command line also gives the extra paren error. I have checked the acaddoc file as well as the last file loaded and the first file not loaded and there are no extra parenthesis. Anybody have any ideas what is going wrong?
Solved! Go to Solution.