|
|
| | |
after lots of development try cleaning out the temp dir for .net Posted: 20 Mar 07 8:17 PM (N/A) |
| | |
I got to talking to a few people at this week's session and I said I would post a script I have for deleting some temp files .net uses. Here goes.
I just create a file called CleanTempFiles.cmd (.bat would work fine too). Inside it I have this.
cls @echo Cleaning out temp files
rd /s/q "%homedrive%%homepath%\local settings\Temp" mkdir "%homedrive%%homepath%\local settings\Temp"
|
| |
| | .NET Development MCTS 70-536 Study Group after lots of development try cleaning out the temp dir for .net | | |
| | | |