i have done the following:
cd "%userprofile%\Application Data\Sun\Java"
del *.* /F /S /Q /A: R /A: H /A: A
rmdir /s /q "%userprofile%\Application Data\Sun\Java"
cls
Now this is to remove a load of temp files java puts in there when browsing. I need these removed which is does fine. However i realise that if that folder does not exist. It seems to start deleting files from C:\ drive, seems random, might be desktop might be windows update folder. How do i stop this from a possible C drive nuke
![Smile :)](./images/smilies/icon_smile.gif)