Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
It's been years since I have customized AutoCAD, but I remember writing CUI command macros as being pretty simple. My struggle is really simple, but I don't remember how to answer the command prompts after calling a command. I thought it was just a matter of putting spaces or semicolons after the command call to do this. Please help refresh my memory, and sorry for the rudimentary question! My macro is as follows:
^C^C-insert;(findfile "filename.dwg") ;; ;; ;;
I've tried putting an amalgam of spaces and semicolons after the command, but nothing will answer the scale and rotation prompts.
Solved! Go to Solution.