Results 1 to 8 of 8

Thread: User profile reverts back to original

  1. #1
    100 Club
    Join Date
    2003-01
    Posts
    194

    Default User profile reverts back to original

    How do I get my user profile to open when I load Civil? It reverts back to the original settings and I cannot remember how to get it to stay.

  2. #2
    Moderator BlackBox's Avatar
    Join Date
    2009-11
    Posts
    2,383

    Default Re: User profile reverts back to original

    Quote Originally Posted by jenniferchavez View Post
    How do I get my user profile to open when I load Civil? It reverts back to the original settings and I cannot remember how to get it to stay.
    Use the /p 'switch' in the Application Icon's Target path.

    Example:

    Code:
     
    "C:\Program Files\<YourInstallFolder>\acad.exe" /ld "C:\Program Files\adsk_c3d_2011\AecBase.dbx" /p "<<YourProfileName>>"
    Edit - These may also be of use:

    Startup switches
    AutoCAD Command Line Switches
    Last edited by RenderMan; 2011-05-10 at 04:32 PM.
    "Potential has a shelf life." - Margaret Atwood

  3. #3
    100 Club indydrafter's Avatar
    Join Date
    2007-04
    Location
    Mishawaka (South Bend), Indiana
    Posts
    121

    Default Re: User profile reverts back to original

    Don't forget to also change the Workspace Settings to have your customized one set from the "My Workspace" drop down.
    Senior Engineering Technician & BIM Manager | Lawson-Fisher Associates
    Co-Author of "Mastering Civil 3D 2014" (Working Title)
    Twitter: twitter.com/indydrafter
    Linkedin: linkedin.com/in/bryantanner
    Company Blog: lawson-fisher.com

  4. #4
    Moderator BlackBox's Avatar
    Join Date
    2009-11
    Posts
    2,383

    Default Re: User profile reverts back to original

    Huh... One would think after 10 days, some sort of response would be posted... did the suggestion work?

    Quote Originally Posted by indydrafter View Post
    Don't forget to also change the Workspace Settings to have your customized one set from the "My Workspace" drop down.
    We load a script (SCR) from the Icon's Target path (via the /b switch) which sets our workspace for us at startup, as we had some issues with relying on the CUI default workspace.
    "Potential has a shelf life." - Margaret Atwood

  5. #5
    100 Club jgrande26's Avatar
    Join Date
    2001-10
    Location
    Down the rabbit hole
    Posts
    143

    Default Re: User profile reverts back to original

    Quote Originally Posted by RenderMan View Post
    Use the /p 'switch' in the Application Icon's Target path.
    My application's target path is greyed out and uneditable. Is there another way to do this?

  6. #6
    Moderator BlackBox's Avatar
    Join Date
    2009-11
    Posts
    2,383

    Default Re: User profile reverts back to original

    Quote Originally Posted by jgrande26 View Post
    My application's target path is greyed out and uneditable. Is there another way to do this?
    What about when you go to Start > Programs... is the Default AutoCAD Icon's Target path also greyed out?

    If not, then you can simply copy this icon, and modify to suite.

    If so, then you're best bet is to learn Visual LISP, and use the the VLISP Object model to set your desired profile current from ACAD.lsp (a user defined file).

    Note that many CAD Managers use ACAD.lsp for implementing updates, etc.. I good way to find out is to use (findfile "ACAD.lsp") at the command line. If a path returns, then you can determine if this is something you can edit or not. If nil is returned then make your own.
    "Potential has a shelf life." - Margaret Atwood

  7. #7
    100 Club jgrande26's Avatar
    Join Date
    2001-10
    Location
    Down the rabbit hole
    Posts
    143

    Default Re: User profile reverts back to original

    Thanks for the reply. I found the original program icon in the Program Files folder and created a new shortcut that I was able to edit.

  8. #8
    Moderator BlackBox's Avatar
    Join Date
    2009-11
    Posts
    2,383

    Default Re: User profile reverts back to original

    Quote Originally Posted by jgrande26 View Post
    Thanks for the reply. I found the original program icon in the Program Files folder and created a new shortcut that I was able to edit.
    I'm glad you found an option that worked.

    Cheers!
    "Potential has a shelf life." - Margaret Atwood

Similar Threads

  1. psltscale system variable reverts back to 0
    By Mac Demer in forum AutoCAD General
    Replies: 4
    Last Post: 2009-04-23, 04:43 PM
  2. LTScale reverts back to 99.99
    By irobertson in forum AutoCAD General
    Replies: 4
    Last Post: 2008-03-21, 01:27 PM
  3. One duct size reverts to imperial in metric profile
    By sheila.bjerreskov in forum AMEP General
    Replies: 0
    Last Post: 2007-11-23, 06:35 PM
  4. Replies: 8
    Last Post: 2006-10-28, 09:47 PM
  5. Replies: 5
    Last Post: 2006-10-11, 01:21 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •