Quantcast
Channel: Autodesk AutoCAD forums
Viewing all articles
Browse latest Browse all 14319

AcCoreConsole.exe Pause in a script.

$
0
0

I've tried mulitple ways to pause a script file including running a lisp function that does a pause.

Running the code outside the script in AcCoreConsole works as I want.

 

(setq Name (getvar "dwgname"))
(alert (strcat "First and only SaveAs " Name))
(getstring "Enter to continue: ")
(princ)


Viewing all articles
Browse latest Browse all 14319

Trending Articles