Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Executing another program

Status
Not open for further replies.

hoja

Technical User
Dec 3, 2003
102
US
Anyone know what line of code I would need to execute another program from Autocad??
 
Try "startapp". Put the following macro in a button to see what I mean:
Code:
^C^C(startapp "calc");

Flores
 
^C^C(startapp "calc")

Remove the ;
This prohibit the echo of the plot dialogue
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top