View Single Post
Old 06-11-2010, 07:12 PM  
chjlcn
Junior Member
 
Join Date: Apr 2005
Posts: 9
Thumbs down How to create a custom command to delete all files in a dir but except for *.compiled

How to create a custom command to delete all files in a folder,but except for *.compiled files.

example, Folder Bin has files like *.dll,*.mdb,*.compiled,I need to delete *.dll,*.mdb,but except for *.compiled.

how to do it?thank you!
chjlcn is offline