
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
i made one command in lips.that i loaded in autocad.my command require other 14 inputs for complete drawing.
now i made one scr. file for it.but problem is its work for only 1 time
just a example :
_.circle _non 0,0,0 5
_.circle _non 0,0,0 50
_.circle _non 0,0,0 100
than autocad draw 3 circles of 5 50 & 100 dia
but i write :
_.bcs _non 0,-20000 C PB1 10000 350 400 400 400 Y 4 4-D12+2-D16 4-D12 4 4-D20 2 8 150 0 2 +0.000
_.bcs _non 10000,-20000 C PB2 10000 350 400 400 400 Y 4 4-D12+2-D16 4-D12 4 4-D20 2 8 150 0 2 +0.000
than autocad draw only for 1st time use of command and than show error that _.bcs command not found.
but if i type “bcs” in command line command works
my question is why these things happen and wt i do to run my command so many times that i want with help of .SCR file
Solved! Go to Solution.