How to remove Flash files from temporary internet files with batch / some program

antsaoo

Supreme Member
Joined
Oct 1, 2008
Messages
1,288
Reaction score
650
Good day. at first this might sound bit stupid but read on.

Im making bot and there is 1 flash(swf) being downloaded into IE temp files which fucks up th process. I have googled loads of options but for some reason it seems that you can't delete it with cmd. Manual deletion trough explorer works though. CCleaner works though but i would need it to clear cookies when changing Accounts and can't change the settings in between.

The error with cmd trying to delete is "file not found" also tried winautomation to see if i could make .exe to delete it but can't even select the file.

If you have any kind of idea or suggestion for CCleaner like soft please post :)
 
On Vista/Windows 7 flash cookies are stored in the following directory:
C:\Users\[username]\AppData\Roaming\Macromedia\Flash Player\#SharedObjects
On Windows XP flash cookies are stored in:
C:\Documents and Settings\[username]\Application Data\Macromedia\Flash Player\#SharedObjects

Make a .bat file or whatever that deletes all files in those directories. Problem solved. Hope that helps :)
 
On Vista/Windows 7 flash cookies are stored in the following directory:
C:\Users\[username]\AppData\Roaming\Macromedia\Flash Player\#SharedObjects
On Windows XP flash cookies are stored in:
C:\Documents and Settings\[username]\Application Data\Macromedia\Flash Player\#SharedObjects

Make a .bat file or whatever that deletes all files in those directories. Problem solved. Hope that helps :)

Otherwise good but i stated that the file is in Temporary internet files :)
Its not flash cookie
 
Try adding the exact URL it's placed at into your hosts file, that'll prevent it from ever getting downloaded again. To find the exact URL, use a program like HttpFox for FireFox.
 
I use "better privacy" addon for firefox,it clear flash coockies automatically when you close the page.
 
CCleaner(google it) can also be run from commandline and cleans everything in one run.
 
Back
Top