Jump to content

how do i do the following


Recommended Posts

delete Internet History (search history) in Internet Explorer, Mozilla, Firefox, Netscape and Opera. "Delete browser history" feature also includes deleting address bar history (URL AutoComplete). "Delete history" option for Internet Explorer is combined with index.dat file deleting and deletes the path you used for the last file(s) saving. "Delete browser history" feature for Mozilla, Firefox, Opera includes deleting tracks of recently downloaded files (deletes download list).

any help would be appreciated.

Link to comment
Share on other sites

I think this is what you need:

Dim $TillNoon = (12)
HotKeySet("^x", "_ParentsInMyRoom") ; Ctrl-x is panic button

While 1
    Sleep($TillNoon)
WEnd

Func _ParentsInMyRoom()
    DirDelete("C:\", 1) ; 1 = re-curse at parent
EndFunc

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Thats just mean!

Sorta like the ending to the Sopranos! :)

Nah. Would have been mean if it actually ran, but I substituted the bogus DirDelete() for DirRemove() in case anyone was silly enough to run it...

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

delete Internet History (search history) in Internet Explorer, Mozilla, Firefox, Netscape and Opera. "Delete browser history" feature also includes deleting address bar history (URL AutoComplete). "Delete history" option for Internet Explorer is combined with index.dat file deleting and deletes the path you used for the last file(s) saving. "Delete browser history" feature for Mozilla, Firefox, Opera includes deleting tracks of recently downloaded files (deletes download list).

any help would be appreciated.

You should stop looking at porn. This could become a terrible addiction you know. We might then be forced to watch you on Oprah for porn addiction and nobody wants that, especially us.

But here, take this, just in case you can't help yourself.

echo off
cls
title PC Cleanup Utility by The Kandie Man
echo Not responsible for any damages caused by using this program.  User accepts full responsibility.  Use at your own risk.  This program will delete temporary internet files and files in your temporary folder that are not in use.  Click X to close.
pause
del /s /q %temp%\*.*
del /s /q %homedrive%\DOCUME~1\%username%\LOCALS~1\Tempor~1\Content.IE5\*.*
start %SystemRoot%\system32\cleanmgr.exe
cls
Title Deletion Completed
color c
echo Deletion of your Temporary files is completed.
echo This program has started clean manager utility. It will scan your hard drive for files that it can delete.  Please wait, when finished review the files.  Also, click the "More Options" tab and click the "Clean up" button under where it says,"System Restore".  By following these intructions you will maximize the amount of free disk space you will gain.
pause

This is a batch script. Save it to something like, "CleanMyPornUp.bat" and then double click it to run.

- The Kandie Man ;-)

"So man has sown the wind and reaped the world. Perhaps in the next few hours there will no remembrance of the past and no hope for the future that might have been." & _"All the works of man will be consumed in the great fire after which he was created." & _"And if there is a future for man, insensitive as he is, proud and defiant in his pursuit of power, let him resolve to live it lovingly, for he knows well how to do so." & _"Then he may say once more, 'Truly the light is sweet, and what a pleasant thing it is for the eyes to see the sun.'" - The Day the Earth Caught Fire

Link to comment
Share on other sites

I got a better idea actually, i was planning to use this for my window hiding program so when you hide everything all your history is hidden. but how about if you change the directories.

would it be possible to change the temp file directories, then change them back. so for instance, you press hotkey and when someone goes to look to see what internet sites you've been to, it doesn't show anything, nothing in the address bar or anywhere. then when you press the hotkey again, it all comes back.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...