Hi,
I have created a batch process which is somehow not working for Temporary Internet Files.
Below is the code:
@echo off
rmdir /q /s "%USERPROFILE%\Local Settings\Temp\"
DEL /F /Q /S "%USERPROFILE%\Local Settings\Temporary Internet Files\*.*" > null
Can we have something similar to this in macro?
Regards,
Archies
I have created a batch process which is somehow not working for Temporary Internet Files.
Below is the code:
@echo off
rmdir /q /s "%USERPROFILE%\Local Settings\Temp\"
DEL /F /Q /S "%USERPROFILE%\Local Settings\Temporary Internet Files\*.*" > null
Can we have something similar to this in macro?
Regards,
Archies