Standing
Mechanical
- Jan 14, 2002
- 1,578
In the SolidWorks Best Practice Guide, under Administration, in Troubleshooting a Crash-Prone System there is the following statement:
Is the temp directory specified as a system variable within the Environmental Variable dialog box? This should point to a directory that has sufficient free space.
What temp directory are they talking about? I have three: “C:\Documents and Settings\bradley\Local Settings\Temp” and “C:\temp” and “C:\WINNT\Temp”
I do clean my Local Settings Temp folder. Is this the one they are talking about?
C:
cd %USERPROFILE%\Local Settings
rd /s/q Temp
md Temp
Bradley
Is the temp directory specified as a system variable within the Environmental Variable dialog box? This should point to a directory that has sufficient free space.
What temp directory are they talking about? I have three: “C:\Documents and Settings\bradley\Local Settings\Temp” and “C:\temp” and “C:\WINNT\Temp”
I do clean my Local Settings Temp folder. Is this the one they are talking about?
C:
cd %USERPROFILE%\Local Settings
rd /s/q Temp
md Temp
Bradley