Support directory

Support directory

Anonymous
Not applicable
372 Views
3 Replies
Message 1 of 4

Support directory

Anonymous
Not applicable
Hello

It is possible to set a new Autocad support directory (like
_options ->fichier->Support Folder -> addnew) directly from the code with a
Object ARX method ?

Thx
0 Likes
373 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
modify system registry!!!

"Pelloq1" wrote in message
news:790C503615B1F63585D18FF3DF24DB90@in.WebX.maYIadrTaRb...
> Hello
>
> It is possible to set a new Autocad support directory (like
> _options ->fichier->Support Folder -> addnew) directly from the code with
a
> Object ARX method ?
>
> Thx
>
>
>
>
0 Likes
Message 3 of 4

Anonymous
Not applicable
Thank you !

I test now that to change the ACAD reg key ....

Do you use this ? that work properly ?

"Lcm" wrote in message
news:78D37F802F365088650B95F1FF02387C@in.WebX.maYIadrTaRb...
> modify system registry!!!
>
> "Pelloq1" wrote in message
> news:790C503615B1F63585D18FF3DF24DB90@in.WebX.maYIadrTaRb...
> > Hello
> >
> > It is possible to set a new Autocad support directory (like
> > _options ->fichier->Support Folder -> addnew) directly from the code
with
> a
> > Object ARX method ?
> >
> > Thx
> >
> >
> >
> >
>
>
0 Likes
Message 4 of 4

Anonymous
Not applicable
It realy work!,the key and the value are some string like below:

[HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R??.?\ACAD-?:???\Profiles\YourP
rofileName\General]

"ACAD"="C:\\MyPath1;C:\\MyPath2;D:\\ProgramFiles\\AutoCAD
2002\\support;D:\\ProgramFiles\\AutoCAD
2002\\fonts;D:\\ProgramFiles\\AutoCAD
2002\\help;D:\\ProgramFiles\\YourPath3;"


"Pelloq1" wrote in message
news:4ABD733EB0AF2F9BF7F449808A862F10@in.WebX.maYIadrTaRb...
> Thank you !
>
> I test now that to change the ACAD reg key ....
>
> Do you use this ? that work properly ?
>
> "Lcm" wrote in message
> news:78D37F802F365088650B95F1FF02387C@in.WebX.maYIadrTaRb...
> > modify system registry!!!
> >
> > "Pelloq1" wrote in message
> > news:790C503615B1F63585D18FF3DF24DB90@in.WebX.maYIadrTaRb...
> > > Hello
> > >
> > > It is possible to set a new Autocad support directory (like
> > > _options ->fichier->Support Folder -> addnew) directly from the code
> with
> > a
> > > Object ARX method ?
> > >
> > > Thx
> > >
> > >
> > >
> > >
> >
> >
>
>
0 Likes