lamensterms Posted March 1, 2012 Posted March 1, 2012 Hey guys, I use the ProSteel addon package with AutoCAD 2010, the way we have it setup is we execute a shortcut which will run Autocad using a specific template drawing, load a specific profile, then load ProSteel. This is all done with the nifty little target string in the short cut... "C:\Program Files\AutoCAD 2010\acad.exe" /p "C:\ProStructures\AutoCAD 2010\Dwg\ProStructures.arg" /t Ps191_Metric /ld "C:\ProStructures\AutoCAD 2010\Prg\ProStructuresLoader.arx" What is this type of code called and where can i learn more about the options? I am assuming that the /t is loading a template, which i would like to change... but i would like to learn more about this code first. thanks for any help. Quote
tzframpton Posted March 1, 2012 Posted March 1, 2012 It's called a Command Line Switch. Here's a link to the info you're after. Enjoy http://exchange.autodesk.com/autocad/enu/online-help/search#WS1a9193826455f5ffa23ce210c4a30acaf-79ba.htm Quote
lamensterms Posted March 1, 2012 Author Posted March 1, 2012 Awesome, thanks a lot StykFacE. That is exactly what i was looking for. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.