N Nancy Jan 1, 2004 #1 Does anyone know what command Windows uses when you use the search for files from the startup menu?
T Torgeir Bakken (MVP) Jan 4, 2004 #2 Nancy said: Does anyone know what command Windows uses when you use the search for files from the startup menu? Click to expand... Hi Take a look here: http://search.microsoft.com/search/results.aspx?View=msdn&st=a&qu=FindFiles&c=4&s=2 With a VBScript, you can launch the dialog box like this: Set oShell = CreateObject("Shell.Application") oShell.FindFiles
Nancy said: Does anyone know what command Windows uses when you use the search for files from the startup menu? Click to expand... Hi Take a look here: http://search.microsoft.com/search/results.aspx?View=msdn&st=a&qu=FindFiles&c=4&s=2 With a VBScript, you can launch the dialog box like this: Set oShell = CreateObject("Shell.Application") oShell.FindFiles