CTE Solutions
 Search
Wednesday, December 03, 2008 ..:: Community Forum ::.. Register  Login
 Community Forum Minimize
     
  .NET Development  MCTS 70-536 Study Group  after lots of development try cleaning out the temp dir for .net  

 after lots of development try cleaning out the temp dir for .net 
 
Flip
72 posts
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
 
 
   

Search   

Copyright 2008 Ottawa .NET Community   Terms Of Use  Privacy Statement
Portal engine source code is copyright 2002-2008 by DotNetNuke. All Rights Reserved