Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Environmental Variable and temp directory 1

Status
Not open for further replies.

Standing

Mechanical
Joined
Jan 14, 2002
Messages
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
 
Open "System" from the Windows Control Panel ("Start --> Settings --> Control Panel") and go to the "Advanced" tab. Under "User Variables" and also under "System Variables" there are settings for "TEMP" and "TMP" directories. This will tell you which directories need to be cleaned out.

[bat]Due to illness, the part of The Tick will be played by... The Tick.[bat]
 
Thanks TheTick,
I feel better already.

Bradley
 
One more thing to check: SW's backup directory

Under "Tools --> Options --> System Options --> Backups" is where SW designates its backup directory. Clean this one out occasionally, as well.

[bat]Due to illness, the part of The Tick will be played by... The Tick.[bat]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top