Message 1 of 1
AutoCAD External command line
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there an external command tool that can call the internal command in AutoCAD ?
I have meet such case:
I have an object arx file, let's say hello.arx. it say an command names "Hellofun", its function is to print "Hello"
normally I type Hellofun in the command line at the bottom of AutoCAD, then it will call my command "Hellofun", and print "Hello"
Now I want a external command tool,just like the windows dos command line, in the tool, I type "Hellofun", then it print "Hello"