关于ProE“打开系统窗口”无法打开
网上下载的操作方法:
这个问题是这样产生的:
装完ProE之后,再安装AutoCAD和清华天河软件,随后,ProE的“打开系统窗口”就无法打开了,只是一闪便消失。
这个问题困扰了好多年,伴随了我整个学生生涯,一直以为ProE和天河CAD无法共存。
也不知道是脑袋里哪根筋的灵光一现,问题很容易就解决了。
只要改改环境变量就好了。
在“环境变量”的“系统变量”里,变量“Path”的值大概为:
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;d:\Program Files\proeWildfire 2.0\bin;d:\Program Files\MA TLAB\R2007b\bin;d:\Program Files\MA TLAB\R2007b\bin\win32;C:\Program Files\Common Files\Autodesk Shared\;C:\Program Files\Common Files\THSOFT Shared
这里,只需要将红色AutoCAD方面的路径移到ProE的路径之前,问题就解决了:
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Common Files\Autodesk Shared\;C:\Program Files\Common Files\THSOFT Shared;d:\Program Files\proeWildfire 2.0\bin;d:\Program Files\MA TLAB\R2007b\bin;d:\Program Files\MA TLAB\R2007b\bin\win32
问题确实出在变量“Path”的值上,当我打开环境变量对话框,将“Path”的值复制粘贴到记事本后,看到的值为:
C:\Program Files\NVIDIA Corporation\PhysX\Common;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\ Program Files\Common Files\THSOFT Shared;d:\Program Files\proe2001\bin;d:\Program Files\proeWildfire 5.0\bin;
实际情况与网上据说的刚好相反。
我试着将红色部分搬到兰色部分的前面,变成下面的样子,亦即将PROE相关的内容移到天河相关的内容前面。
再打开PROE,系统窗口可以打开了。
C:\Program Files\NVIDIA Corporation\PhysX\Common;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;d:\ Program Files\proe2001\bin;d:\Program Files\proeWildfire 5.0\bin;C:\Program Files\Common Files\THSOFT Shared。