Message 1 of 3
Help Sharing a CUI File
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a CUI file which I use to keep a few useful command line macros which I add to the bottom of the OSNAP menu and I'd like to share this with others in the office but when the CUI is loaded, some of the customisations disappear.
In the CUI file the Name is stored as
<Name xlate="true" UID="XLS_210_40611">$(if,$(getvar,POLARMODE),!.)PolarMode</Name>, the little bit of DIESEL toggles a little check mark on and off, but when I load it using the MenuLoad command the Name is simply PolarMode without any of the DIESEL. After loading, I need to manually paste the DIESEL into the Name to get the check mark functionality I want.
How can I load this CUI without losing the DIESEL in the Name?
Thanks in advance!