This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
GlobalCube
/
qbuilder
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
main
Rami (Branch)
Tag
main
v1
qbuilder
/
Cleanup.bat
Cleanup.bat
92 B
Permalink
Cronologia
Originale
1
2
3
4
if [%1]==[] goto :eof
cd /d %~dp1
forfiles /s /m *.* /d -5 /c "cmd /c del @file"
cd /d %~dp0