How to stop configuration popup
I have a problem where each time BricsCAD starts up - I get a warning that says to configure using '%'s because a program I deleted called cadprofil is no longer in use.
This happens each time I open the program. Any ideas on how to stop this popup, I no longer use CADprofil, and I think I removed any links or references to it in the program.
Thanks,
Eric
0
Comments
-
I would first check these files:
on_start.lsp
on_doc_load.lsp
To find their location you can use these pieces of code (paste on the command line):
(findfile "on_start.lsp")
(findfile "on_doc_load.lsp")0 -
Thanks Roy - On Start had the file set to load.
Eric
0 -
Try to do as below1. Open CADprofi Configuration --> Select BricsCAD V12 --> Restore CAD2. Open BricsCAD --> Tools --> User Profile Manager --> select " Defualt"3. Open CADprofi Configuration --> Select BricsCAD V12 --> Configure CAD4. Open BricsCAD again0
This discussion has been closed.