UGII option
UGII option
(OP)
I'm looking for the UGII option (as mentioned by phillpd in thread561-215869: Search directories: except for...) in the NX6 customer defaults. After sifting through dozens of results that the search function returned I still came up empty handed. Anyone know where this is hiding in NX6?





RE: UGII option
Not sure if it's available through Customer Defaults. It is available in the ugii_env.dat file.
I always start NX via BAT files, so set it in there.
Specialty Engineered Automation (SEA)
http://www.sea4ug.com
a UGS Foundation Partner
RE: UGII option
Why not just post the line of code as it appears in your batch or ugii_env.dat file.
Below is the relevant section of ugii_env.dat as it appeared under NX-5
# File system options. If LOWER is set, filenames will be converted to lower
# case before being used. If UPPER is set, filenames will be converted to upper
# case before being used. If neither is set, filenames will be used as the
# user types them in.
#UGII_OPTION=
You'll see that as shipped the variable UGII_OPTION is commented out by the leading # character. For windows systems the settings itself would not matter but for networking with Linux systems for example one may need to set LOWER on.
Best Regards
Hudson
www.jamb.com.au
Nil Desperandum illegitimi non carborundum
RE: UGII option
RE: UGII option
Echo ... Lowercase
set UGII_OPTION=lower
Specialty Engineered Automation (SEA)
http://www.sea4ug.com
a UGS Foundation Partner