How to set CUI and Custom Icon location by lisp?

How to set CUI and Custom Icon location by lisp?

gustavobernardi
Advocate Advocate
922 Views
1 Reply
Message 1 of 2

How to set CUI and Custom Icon location by lisp?

gustavobernardi
Advocate
Advocate

Hi Guys!

 

How to put a specific path by lisp  to the "main customization file" and the "custom icon location"?

 

TIA

0 Likes
923 Views
1 Reply
Reply (1)
Message 2 of 2

scot-65
Advisor
Advisor
As I investigated this afternoon, the icons become part
of the CUIX and do not require SFSP declarations.

Specific path = SFSP?
Start with (getvar "MENUNAME")
and (setenv "ACAD" (strcat a (chr 59) (getenv "ACAD")))
where 'a' is your desired path. Placed in front is what I show.
Error checking and no paths to begin with or duplicate paths
should be considered.

???

Scot-65
A gift of extraordinary Common Sense does not require an Acronym Suffix to be added to my given name.

0 Likes