Disable the VPMAX command

Disable the VPMAX command

Anonymous
Not applicable
432 Views
1 Reply
Message 1 of 2

Disable the VPMAX command

Anonymous
Not applicable
I am using Autocad 2005 and have some commands that issue automatically. I have found that if I try to use the VPMAX command that autocad will bomb out and simple vanish, no errors or anything, so I would like to disable the vpmax command. The prolem I have is that autocad doesn't even recognize the command unless I am in paper space, so I can't issue an undefine command on start up. Any ideas?
0 Likes
433 Views
1 Reply
Reply (1)
Message 2 of 2

GTVic
Advisor
Advisor
VPMAX is not a command until ACVPMAXMIN.ARX is loaded. The first time you use it the ARX is loaded and then it is a command. AutoCAD recognizes the comand when you are in model space - it just prints an error message.

Try this in your startup:
(arxload "acvpmaxmin")
(command "undefine" "vpmax")

It would be better to fix the crashing problem than to try and disable a command.

What does VPMAX have to do with commands that issue automatically - you were not too clear on that?
0 Likes