You can launch AutoCAD with a specific template of your choice. You do this with a command line switch.
When you double-click the icon on your desktop or start AutoCAD from the Start menu, you are executing a statement. You can customize this statement by adding parameters, also called switches.
To learn the statement of your desktop icon, right-click it and choose Properties. On the Shortcut tab, look in the Target text box. This is also where you add a switch. For example, the statement might look like this:
“C:\Program Files\Autodesk\AutoCAD 2012\acad.exe”
To add a switch insert a space after the end of the statement and add a forward slash (/), then the switch you want. (AutoCAD has a number of switches, not just for templates.) In most cases you also add a descriptor.
For a template named mytemplate, you would add /t mytemplate. The statement for the Tutorial-iArch template would then look like this:
“C:\Program Files\Autodesk\AutoCAD 2012\acad.exe” /t Tutorial-iArch
Note: You need to add quotation marks around any path or name (such as the template name) that contains spaces.
I recommend duplicating the existing shortcut. When you use this method, you can create different shortcuts for different templates. To change the command line switch, follow these steps:
- Right-click the shortcut and choose Copy.
- Right-click the desktop and choose Paste. You’ll either get a new shortcut with “Copy” appended to the name or a dialog box that gives you the option to keep both the original and the copy with a number appended to the name. You can change the name of the shortcut to reflect the name of the template it will open.
- Right-click the shortcut copy and choose Properties.
- On the Shortcut tab, in the Target text box (not the Start In box), move the cursor to the end of the existing statement.
- Press the spacebar to add a space, then type /t and another space. Finally add the name of the template. Be sure to add quotation marks around the template name if it contains spaces.
- Click OK.
Try out your new shortcut by double-clicking it!
Did you find this helpful? Do you use switches? How?
Sign up to get the AutoCAD Tips Newsletter so you won’t miss any new tips!
Facebook Page
Yes this was very helpful . Is there switches with Revit for starting a new project or new family?
Glad it helped. Regarding Revit, I have no idea; search for command line switches in Help. Good luck!
Thanks for the tip, I also use the /t switch to load my typical template. I’ll have to look into some of the other switches as well.
I have templates located in files out side of the Auto 2011 folder and when I tried to use your switch I got an error message,,,, in this case would I have to add the complete path to the /t switch.
[...] Open AutoCAD with a Specific Template Originally Posted by AutoCAD Tips Blog You can launch AutoCAD with a specific template of your choice. You do this with a command line switch. When you double-click the icon on your desktop or start AutoCAD from the Start menu, you are executing a statement. You can customize this statement by adding parameters, also called switches. Read Full Post [...]
Hi
I have a drawing but I’m not sure which template I used to create it. Is there a way to find out which template I used?
DWGPROPS doesn’t tell me anything about which template was used and neither does STATUS.
Any help is appreciated.
Thanks