The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 895 - File: showthread.php PHP 7.2.34 (Linux)
File Line Function
/showthread.php 895 errorHandler->error




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to Use QM to Delete Specified Files in IE Browser Temporary Folder
#1
I want to delete some files in the IE browser temporary folder,
E.g:
I want to keep two files if they exist (FocuskyShower.swf, FocuskyShowerShell.swf)
All other files need to be deleted

The following dos batch code, I can delete all temporary files, but can not achieve my goal, I hope someone can give pointers, thanks in advance  Smile

————————————————————————————————
dos bat code:

del /f /s /q "%USERPROFILE%\AppData\Local\Microsoft\Windows\Temporary Internet Files\*.*"  

@pause


Messages In This Thread
How to Use QM to Delete Specified Files in IE Browser Temporary Folder - by win - 06-16-2018, 02:03 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)