Really cool way to purge all .bak and .tmp files from disk


From the command line type:
 
del \*.bak \*.tmp /s /q /f >nul 2>&1

Backup one step