PDA

View Full Version : Script trouble


ccatinean
2009-07-10, 03:42 PM
Hi.
The problem is that I write in the script file the command "close" and if I run the script autocad won't pop up the dialog box I am used to. I really want to give him the answer with my mouse not with the keyboard.
Thanks

T.Willey
2009-07-10, 11:05 PM
When using a script, you can't really do user interaction, so you should save the drawing before issuing the close command, or tell it to ignore what was done, and just close the drawing without saving it.