How to run AutoCAD with custom profiles

I have made a custom profile  and need to run AutoCAD with it. How do I do this?

Asked on November 20, 2018 in AutoCAD.
Add Comment
2 Answer(s)

If you’ve already made the Custom profile you can launch AutoCAD to run that profile, you just need to define it as a text string.

 

1. Right click the AutoCAD icon >  select ‘Properties’ > Shortcut tab

 

2. In the ‘Target’ box enter ‘/p’  followed by the profile name. For example:

"C:\Program Files\AutoCAD\acad.exe" /p "profile-name"
(including the quote marks)

 

3. Save the setting. AutoCAD will launch with this new profile in the future.

 

 

Note: These steps would be for Windows only.

 

Source: AutoDesk

Answered on November 20, 2018.
Add Comment

Found an Autodesk help article for this!

One or more shortcut icons can be set up on the Windows desktop that will start AutoCAD and begin the drawing process using a specified profile (ARG) file. To start AutoCAD with a specific profile, use the following processes as appropriate:

If the profile does not yet exist in AutoCAD:

  1. On the Windows desktop, right-click the AutoCAD icon, and select Properties.
  2. In the Properties dialog box, click the Shortcut tab and in the Target text box, at the end, enter /p followed by the name and path of the profile (filename.arg) that you want AutoCAD to use when it starts.

    Example:
    “C:\Program Files\AutoCAD 20XX\acad.exe” /p “C:\Program Files\ AutoCAD 20XX\FILENAME.arg

    Note: Quotation marks (” “) must be used when the directory path names contain spaces.

  3. Click OK to accept the changes and exit to the Windows desktop.

You can find the full solution here: https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/Start-AutoCAD-with-different-profiles.html

Answered on April 16, 2020.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.