EXPERT 2 does not suppress -EXPORTTOAUTOCAD overwrite prompt

EXPERT 2 does not suppress -EXPORTTOAUTOCAD overwrite prompt

ODO18
Advocate Advocate
532 Views
1 Reply
Message 1 of 2

EXPERT 2 does not suppress -EXPORTTOAUTOCAD overwrite prompt

ODO18
Advocate
Advocate

Anybody know how you would suppress this prompt in a script or just in general? EXPERT 2 works for blocks and +SAVEAS but not -EXPORTTOAUTOCAD.

 

Thank you

0 Likes
533 Views
1 Reply
Reply (1)
Message 2 of 2

pbejse
Mentor
Mentor
(Defun c:demo nil
(command "-EXPORTTOAUTOCAD" "" "")
	   (while (< 0 (getvar 'cmdactive)) (command "_Y"))
  )

 

0 Likes