• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

how to empty the temp folder automatically in 2k?

Zipperhead

Golden Member
we want it so that when the user reboots the machine the temp folder is emptied automatically.using win2000 proffesional.thanks
 
make a cmd file in the startup folder or wherever you like but just to make sure it runs at startup (or user logon).

rd /S /Q c:\temp (or whatever path to temp)
md c:\temp
 
Back
Top