This program is simple and design to create partial menues to be attached to
main AutoCAD menu. Load mbuild.lsp, at command prompt type MBUILD.
Follow the prompts. You will be asked first for the name of your menu -
type it the way you vant it to appier in pulldowns (can be more than one word)
Then you will be asked for menu topic - type it in (can be more than one word)
Then you will be asked for command associated with the topic.
Than specify if it is Lisp or Regular AutoCAD command.
Specify if you want repeat process starting from TOPIC part as many times
as you want, than say N or n (for NO) and you will have menu file similar
to the one on the picture - ready to be attached as partial menu.
Please note that menu file will be created in current directory.
You can also create file called menuname.mnl (menuname must match the name of
your menu) by combining all autolisp routines called from your menu in it. Place
those two files in to directory where AutoCAD can find them (using preferences).
Therefor all lisp routines related to your menu will be loaded automatically.
To download pick here MBUILD.EXE (selfextracting Zip)
BACK