路径环境变量切换到NX9.bat

@echo off
setx /M UGII_BASE_DIR "D:\Program Files\Siemens\NX 9.0"

-------------
路径环境变量切换到NX11.bat

@echo off
setx /M UGII_BASE_DIR "D:\Program Files\Siemens\NX 11.0"
-----------
语言切换到NX英文版.bat

@echo off
setx /M UGII_LANG "english"
-----------
语言切换到NX中文版.bat

@echo off
setx /M UGII_LANG "simpl_chinese"
---------

相关文章:

  • 2022-12-23
  • 2021-07-13
  • 2022-12-23
  • 2021-04-01
  • 2021-08-03
  • 2021-08-20
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-22
  • 2022-12-23
  • 2021-06-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案