Quote:
Originally Posted by Damianonymous
In ihryjfbd scripts, implementing this feature greatly slows down work and increases the need for computer resources. I prefer to use it in the bat script manually:
Code:
for /r %%F in (*) do if %%~zF==0 @del "%%F"
|
i think python script solution would be best option so that it works across different operating systems