See the top rated post in this thread. Click here

Results 1 to 8 of 8

Thread: User profile reverts back to original

  1. #1
    100 Club
    Join Date
    2003-01
    Location
    Denver, Colorado
    Posts
    199
    Login to Give a bone
    0

    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
    Administrator BlackBox's Avatar
    Join Date
    2009-11
    Posts
    5,719
    Login to Give a bone
    0

    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.
    "How we think determines what we do, and what we do determines what we get."

    Sincpac C3D ~ Autodesk Exchange Apps

    Computer Specs:
    Dell Precision 3660, Core i9-12900K 5.2GHz, 64GB DDR5 RAM, PCIe 4.0 M.2 SSD (RAID 0), 16GB NVIDIA RTX A4000

  3. #3
    100 Club
    Join Date
    2007-04
    Location
    Mishawaka (South Bend), Indiana
    Posts
    119
    Login to Give a bone
    0

    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.

  4. #4
    Administrator BlackBox's Avatar
    Join Date
    2009-11
    Posts
    5,719
    Login to Give a bone
    0

    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.
    "How we think determines what we do, and what we do determines what we get."

    Sincpac C3D ~ Autodesk Exchange Apps

    Computer Specs:
    Dell Precision 3660, Core i9-12900K 5.2GHz, 64GB DDR5 RAM, PCIe 4.0 M.2 SSD (RAID 0), 16GB NVIDIA RTX A4000

  5. #5
    100 Club jgrande26's Avatar
    Join Date
    2001-10
    Location
    Down the rabbit hole
    Posts
    196
    Login to Give a bone
    0

    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
    Administrator BlackBox's Avatar
    Join Date
    2009-11
    Posts
    5,719
    Login to Give a bone
    1

    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.
    "How we think determines what we do, and what we do determines what we get."

    Sincpac C3D ~ Autodesk Exchange Apps

    Computer Specs:
    Dell Precision 3660, Core i9-12900K 5.2GHz, 64GB DDR5 RAM, PCIe 4.0 M.2 SSD (RAID 0), 16GB NVIDIA RTX A4000

  7. #7
    100 Club jgrande26's Avatar
    Join Date
    2001-10
    Location
    Down the rabbit hole
    Posts
    196
    Login to Give a bone
    0

    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
    Administrator BlackBox's Avatar
    Join Date
    2009-11
    Posts
    5,719
    Login to Give a bone
    0

    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!
    "How we think determines what we do, and what we do determines what we get."

    Sincpac C3D ~ Autodesk Exchange Apps

    Computer Specs:
    Dell Precision 3660, Core i9-12900K 5.2GHz, 64GB DDR5 RAM, PCIe 4.0 M.2 SSD (RAID 0), 16GB NVIDIA RTX A4000

Similar Threads

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