I'm up to no good, and in this pursuit I am trying to end a line via command line only, no keyboard input allowed. Is this possible?:-/
right click and select enter
> via command line only, no keyboard input allowed. Is this possible?:-/
I didn't think you could use the command line without the keyboard.:-S
If it's a macro, use a semicolon, like this:
^c^cLINE;
translated
(cancel cancel line user-input user-input enter)
nm
Har har. What I'm doing is creating the whole little drawing in notepad, then the end user pastes it into the command line. Ideally I would like to end the line, begin a new one at x,y and then end the line, so on and so forth. The carat and c and such didn't work:-@ but thank you!
Don't have acad open but wouldn't this do it?
L
500,500
1000,1000
I may have found it, used with the polyline command should work. I'll post back tomorrow as I know everyone is waiting on baited breath!
What you want is a Script file.
RFB is correct. Your file name will end in .scr
Oooh, I didn't know that such a thing existed, thanks it should do the trick nicely.