|
|
| Home » Knowledge Base » Knowledge Base Article | Login | Become a Member | What's New | Site Map |
|
WOODWEB DISCLAIMS any and all RESPONSIBILITY and LIABILITY for the accuracy and application of the information below. Readers agree to evaluate the significance and limitations of the information provided, and accept full responsibility for the application of this information. Read More ... |
|
|
Would you like to add information to this article? Interested in writing or submitting an article? Have a question about this article? Exporting Custom Toolbars to Different Computers Question
Forum Responses
If you right click on empty gray area where the toolbars are locked, you should see a dropdown with all the menus loaded. Then you have to find which of the menus does include your custom toolbar. After that, you should be able to copy the menu file somename.mns to other computer. Please note that unless you will export the bitmap of the toolbutton, the other computer will have the smiley face only. I suspect that you have edited the ACAD menu.
From contributor T: Are all of the your users in your office on a network? If so, you can do what I did in our office. I copied AutoCAD's support directory to a mapped network drive. In that directory I keep all of our custom lisp routines, custom menus and custom bitmaps for tool bars. Then I go into the Tools/Options/Files dialogue at each CAD station and point the "Working Support File Search Path" to the network drive. I usually make this the first drive searched. With this type of installation, updates to the custom menus are easy, as you only have to update the files on the network drive. From the original questioner: Contributor V, I have created a new toolbar (hatchtools) and it is listed under the Acad menu. I was able to locate the file with the .mns extension. However, it seems that when this file is loaded onto another computer, it not only carries over the new toolbar, but also changes that have been made to other toolbars. (I have not tried it yet - this is just how I interpreted the tutorials.) Is this correct? The reason for my concern is I've removed toolbuttons for commands I always key in at the command line to free up screen space. If these are suddenly missing on other computers, I don't believe it will be well received. Contributor T, I think that is a good idea. It could simplify things.
From contributor V: Before you start moving things to the server/shared dir., let's do the basics. 1. Editing the acad. mns is a big DDT (don't do that), especially if you are not working alone. 2. You should create your own menu. Make new text document.txt and rename it to Mymenu.mns. Inside the file you will have: ***MENUGROUP=Mymenu ***TOOLBARS **TB_HATCHTOOLS **HATCHTOOLS Here you will cut and paste only the info from your existing Acad.mns under the heading **HATCHTOOLS. So once you have acad.mns open in notepad, do search (ctrl+F) for the [**hatchtools ] string. Also, you will have to export all your custom toolbuttons bitmaps. Go to edit the button image tab and do save as. Once you have your Mymenu.mns, and all the *.bmp files for the buttons, try to load menuload on your computer first. Then on the host computer, create a directory/customMenus (or put it on the server, as mentioned above) and do MENULOAD command. You must create file support path for the directory of your menu.
From contributor T: That's good information. Since I've basically set up our system and trained everyone from scratch, it was much easier to have everyone using the same menu and tools. Now some of my "students" have surpassed me in their abilities and we have, in fact, set those users up with their own menus and toolbars, as you have suggested. From the original questioner: Thank you for the help. I got them to work. From contributor M: Go to C:\Documents and settings\Yourname\Application data\Autodesk\Autocad 200?\R16.1\enu\ --- Copy whole enu file from your computer to floppy or another media and then replace enu with this enu in the computer that you want to add custom tools to AutoCAD. When you start AutoCAD, all those tools will come up. Have you reviewed the related Knowledge Base areas below?
|