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!
|