SQL Server and MySQL Notes
Pages
(Move to ...)
Home
Contact Me
All Articles
Author Profile
Download Links
How to be DBA?
▼
Wednesday, March 31, 2010
how to delete temporary files (*.tmp) and bak files (*.bak)
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
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment