leonucadomi Posted July 17, 2023 Posted July 17, 2023 hello: I modified some of my routines. and now every time I open a file opens the autocad help page. I managed to deactivate F1. but it happens to me every time I open a file. any ideas... thanks Quote
mhupp Posted July 18, 2023 Posted July 18, 2023 (edited) Sounds like your modification is running (command "") without calling a command. This acts like hitting enter or right click and telling AutoCAD to repeat last command. If you repeat last command and their isn't a previous one to repeat (you just opened the drawing) it will execute the help command. Check to make sure your not calling something when it loads, And all Code is within defun brackets. Edited July 18, 2023 by mhupp 1 1 Quote
Steven P Posted July 18, 2023 Posted July 18, 2023 Was about to say the same, when you open a file and hit 'enter' the default is to open the help pages. So if your LISPs have the equivalent of an enter before doing anything else and on opening this is what will happen 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.