TheSwamp

CAD Forums => CAD General => Topic started by: M-dub on November 07, 2003, 01:04:14 PM

Title: Startup Suite & Profiles
Post by: M-dub 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
Title: Startup Suite & Profiles
Post by: daron 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"
Ð