1.

Solve : Deleting from file extensions?

Answer»

I want to create a BATCH FILE that searches files with the .tmp extension and delete all of them [ OS -> Win98 ]. SOMEONE can help ? Quote

Code: [Select]@echo off
del C:\*.tmp /s that should do it IM asuming the drive letter is C
Thanks .That and .chk extension are pretty useless to me after I reboot. [ that was a REALLY fast reply ! ]no problem any time you need help just ask!@echo off
del C:\*.tmp /s
del C:\*.that /s
del C:\*.chk /s


Discussion

No Comment Found