PDA

View Full Version : Customization file



fuccaro
14th Jun 2006, 07:13 am
I use AutoCAD 2k6 and someone worked on my computer (or I should say: someone worked my computer). When I open a drawing or I start a new one AutoCAD asks me: "Enter name of customization file to load:"
I cancel the input and all my menus seems to be on place and working.
My problem: when I finish a project I use to use some batch script routines to process all the drawings in a directory (like Open -Rreplace title date block-Purge-Zoom to extents-Save as). If AutoCAD will ask for a user input each time a file is opened -this probable will end the script.
I wish to be a master of customisations. Can someone help me?

kpblc
14th Jun 2006, 07:53 am
You can try to create new empty profile (for example), or use workspace. Is could be seems funny, but I'd prefer to use lisp to solve your problem...

CarlB
14th Jun 2006, 08:22 am
I'd first check all the usual places for startup routines--

adac.lsp
acaddoc.lsp
acad2006.lsp
acad.mnl
any othe menu's .mnl
startup suite
startup script files called by the desktop shortcut

fuccaro
14th Jun 2006, 10:20 am
Thank you for answering.
I don't use workspaces.
Carl
What should I search in those places? I opened them but I have seen nothing unusual :(
Please more help.

hendie
14th Jun 2006, 11:47 am
Miklos,
I'm not using 2006 yet but this may provide some insight
http://www.google.co.uk/search?hl=en&q=%22Enter+name+of+customization+file+to+load%3A%2 2+&meta=



whatever the problem is, it's to do with the CUI's

fuccaro
14th Jun 2006, 02:00 pm
It was the Solid Works issue also described HERE (http://discussion.autodesk.com/thread.jspa?threadID=440301). This link was also present in the list pointed by Hendie.
Thank you all for answering.