AL4B wrote:
> I need to launch search window (as with
> to "Start" / "Search"). I know it is explorer.exe but I
> cannot find the proper command line option.
Hi
E.g. like this (creating a temporary VBScript file:
@echo off
echo CreateObject("Shell.Application").FindFiles >%temp%\myff.vbs
cscript.exe //Nologo %temp%\myff.vbs
del %temp%\myff.vbs
--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/com...r/default.mspx