Options for launch AutoCAD process with command-line ?

Options for launch AutoCAD process with command-line ?

Anonymous
Not applicable
996 Views
2 Replies
Message 1 of 3

Options for launch AutoCAD process with command-line ?

Anonymous
Not applicable

Hello

 

What options  have  for launch AutoCAD process with command-line?
I only know this 
 

ProcessStartInfo psi = new ProcessStartInfo(AutocadExePath, "/p myprofile");

 

"/p myprofile"
(Launching AutoCAD with a specific profile using .NET)

Best Regards

 

0 Likes
Accepted solutions (2)
997 Views
2 Replies
Replies (2)
Message 2 of 3

michael_robertson
Collaborator
Collaborator
Accepted solution

See this AutoCAD help documentation:

http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%202010%20User%20Documentation/index.html?url=WS1a91938...

Mike Robertson
FL. Dept. of Transportation
CADD Applications Developer
0 Likes
Message 3 of 3

Anonymous
Not applicable
Accepted solution

Thanks Mike

 

Just what I was looking for

 

Best regards

0 Likes