+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Senior Member
    Using
    AutoCAD 2006
    Join Date
    Jan 2008
    Posts
    286

    Default Setup for custom profile to open each time Cad Opens

    Registered forum members do not see this ad.

    Hello: I am running Autocad mech 2009.
    I would like to set up Autcad so that when it opens, it opens a custom profile.

    In the past, I was able to accomplish this by using the autocad shortcut properties:
    "C:\Program Files\Autodesk\ACADM 2009\acad.exe" /p <<customprofilehere>>


    However, now....i have a shortcut that opens autocad up in xm mode and so the shortcut properties looks like this:

    %SystemRoot%\system32\rundll32.exe %SystemRoot%\system32\VMCPropertyHandler.dll,Launc hVMSal "Windows XP Mode" "||4f5d99c9" "AutoCAD Mechanical 2009"

    is there a way to modify this so that it will open the custom profile when it launches autocad in xmmode?

    Thanks,
    Proctor

  2. #2
    Forum Deity
    Using
    Civil 3D 2013
    Join Date
    Dec 2005
    Location
    GEELONG AUSTRALIA
    Posts
    3,780

    Default

    Maybe use a batch file start your xp mode then on the next line start your acad with /p settings

    PS what type of pc are you running ?
    A man who never made mistakes never made anything

  3. #3
    Senior Member
    Using
    AutoCAD 2006
    Join Date
    Jan 2008
    Posts
    286

    Default

    Hi BigAl: thank you for your response.

    I'm running windows 7.

    I've never created a batch file. Can you please explain more about how to do this?

    thanks again,
    Proctor

  4. #4
    Forum Deity
    Using
    Civil 3D 2013
    Join Date
    Dec 2005
    Location
    GEELONG AUSTRALIA
    Posts
    3,780

    Default

    Our normal way is to just copy the desktop icon and change properties after the /p. Check out your existing icon details

    Are you running 64 bit Win 7 with a 2009 32bit hence the xp mode.

    Batch files are instructions like a ACAD script just write them in notepad to run go to bottom left and type in name of batch file you need it to be called say mymech1.bat saved in say c:\users

    Code:
    C:\system32\rundll32.exe 
    C\:system32\VMCPropertyHandler.dll,Launc hVMSal "Windows XP Mode" "||4f5d99c9" 
    C:\Program Files\Autodesk\ACADM 2009\acad.exe" /p <<customprofilehere>>
     
    not sure about the "||4f5d99c9" if its needed
    A man who never made mistakes never made anything

  5. #5
    Senior Member
    Using
    AutoCAD 2006
    Join Date
    Jan 2008
    Posts
    286

    Default

    Registered forum members do not see this ad.

    Hi BigAl: thank you for your help.
    Yes, that's it exactly - our machines are windows 7 64 bit and we need to run autocad 2009 that has a windows app - using .net api. We need to upgrade, but this is the fix for the time being.

    I'll give your idea a try - thank you so much.

    Proctor

Similar Threads

  1. Autocad opens in a new program every time
    By bigmaz in forum AutoCAD General
    Replies: 5
    Last Post: 25th Oct 2010, 11:24 am
  2. Profile and Menu Bar reseting at open....
    By Dman2900 in forum AutoCAD General
    Replies: 2
    Last Post: 8th Dec 2008, 02:39 pm
  3. how to delete page setup name one at a time
    By The Courage Dog in forum AutoLISP, Visual LISP & DCL
    Replies: 6
    Last Post: 3rd Dec 2008, 03:04 pm
  4. setup a default profile
    By halfcracked in forum AutoCAD General
    Replies: 5
    Last Post: 25th Aug 2007, 02:03 pm
  5. Profile setup
    By Starkey in forum AutoCAD Drawing Management & Output
    Replies: 1
    Last Post: 20th Feb 2007, 06:54 pm

Bookmarks

Posting Permissions

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