Hello I'm trying to write a batch file to clean up my pc. But I'm having a bit of trouble. I try to delete a hidden file and I don't know how to use the
attributes to do so.
Just for an example I try
del /s /q /f /C:\Users\Phantom\AppData\Local\Microsoft\Windows\Temporary Internet Files\*
(without word wrap) And I get "system cannot find file"
Any help would be appreciated! Thx in advance