Author Topic: Startup Suite & Profiles  (Read 4406 times)

0 Members and 1 Guest are viewing this topic.

M-dub

  • Guest
Startup Suite & Profiles
« on: November 07, 2003, 01:04:14 PM »
Hey All,
Is it possible to have differring contents in the Startup Suite depending on which Profile you have loaded?
I'd like to know because if so, I'm going to make a profile that is just plain 'ol AutoCAD...no addons, no nuthin' if possible.  Main reason is because of Batchplot...some of the stuff I have in the Startup Suite takes a couple seconds to load and that adds a considerable amount of time to a large batch of drawings to plot.  Hard on the machine too...not to mention needless.

Thanks,
Mike

daron

  • Guest
Startup Suite & Profiles
« Reply #1 on: November 07, 2003, 01:37:55 PM »
I haven't tried it, but I think it's possible. The .arg file is registry keys. Here's a small portion of my .arg file that contains apploading files.
Code: [Select]
[HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R15.0\ACAD-12:409\Profiles\DRogers\Dialogs\Appload\Startup]
"NumStartup"="33"
"1Startup"="C:\\Program Files\\Autodesk Architectural Desktop 3\\whohas.arx"
"2Startup"="C:\\Program Files\\Autodesk Architectural Desktop 3\\CxFixCombos.arx"
Ð