Hi all,
I'm interesting in remove all files that have the named finished by "auto.rsc" using a script.
I tried to use the * as a name mask but it didn't work.
I tried the follow forms:
/file remove "*auto.rsc"
:foreach i in=[/file find name="*auto.rsc"] do=[/file remove $i]
How can I solve this?
Thanks in advance
Fabrício