> Ahhh... interesting, sooooo
> del /s /q "\README.*"
> does remove all files named README.* in ALL(!!!!!!) directories. That is
> really funny ...
del /s : erase relevant files in the current directory and in
all its subdirectories.
Best,
Akira