How can I delete all files (of a directory and subdirectorys) that have an extension.
for example:
del *.txt
(for delete all files with 'txt' extension in my hard drive)
Abraçunda!
Printable View
How can I delete all files (of a directory and subdirectorys) that have an extension.
for example:
del *.txt
(for delete all files with 'txt' extension in my hard drive)
Abraçunda!
Take a look at this thread.