Hi, I have just started using autocad two weeks ago and I'm trying to make my first script file, a joined, closed polyline that is a rectangle. The code is below:
_pline -15000,0 15000,0 15000,-1000 -15000,-1000 c
(there is a space after the 'c' and a return after the line)
When I run,...