Support directory

Support directory

Anonymous
Not applicable
519 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
520 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
modify system registry!!!

"Pelloq1" wrote in message
news:[email protected]...
> 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:[email protected]...
> modify system registry!!!
>
> "Pelloq1" wrote in message
> news:[email protected]...
> > 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:[email protected]...
> Thank you !
>
> I test now that to change the ACAD reg key ....
>
> Do you use this ? that work properly ?
>
> "Lcm" wrote in message
> news:[email protected]...
> > modify system registry!!!
> >
> > "Pelloq1" wrote in message
> > news:[email protected]...
> > > 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