how to delete temporary files (*.tmp) and bak files (*.bak)
Posted by Jugal Shah on April 1, 2010
You can use below commands to delete temporary files and .BAK files from all the folders and sub-folders
To delete .tmp files
del *.tmp/f/s
To delete .bak files
del *.bak/f/s
18.520469
73.856621
Like this:
Be the first to like this post.
This entry was posted on April 1, 2010 at 5:19 am and is filed under OS and SQL.
Tagged: delete .tmp and.bak files. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.