This script will bring up Search, Put it on your desktop or make a short cut. (VBScript)

Dim objShell
Set objShell = WScript.CreateObject("Shell.Application")
objShell.FindFiles

Download


Back to Line 18