Feb 23, 2004 #1 hoja Technical User Joined Dec 3, 2003 Messages 102 Location US Anyone know what line of code I would need to execute another program from Autocad??
Feb 23, 2004 #2 newbiewonkinobie Technical User Joined Dec 29, 2002 Messages 80 Location US Try "startapp". Put the following macro in a button to see what I mean: Code: ^C^C(startapp "calc"); Flores Upvote 0 Downvote
Try "startapp". Put the following macro in a button to see what I mean: Code: ^C^C(startapp "calc"); Flores
Feb 24, 2004 #3 AUTOCADMAN Technical User Joined Feb 24, 2004 Messages 1 Location NL ^C^C(startapp "calc" Remove the ; This prohibit the echo of the plot dialogue Upvote 0 Downvote