Sei sulla pagina 1di 1

@echo off

:start
if %1=="" goto end
attrib %1 -h -r -s
del %1
shift
goto start
:end

Potrebbero piacerti anche