How open Win Explorer with SEARCH pane on left?


Go Back   Computer Help Articles > Windows XP Customize
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 06:34 AM
JS
 
Posts: n/a
Default How open Win Explorer with SEARCH pane on left?

Is there a clever tweak I can apply to the explorer launch command to
get it launch a folder and open the folder such that it is ready to
search?

I run XP Pro in classic view. In a shortcut or .BAT file this
command will launch Explorer:

EXPLORER.EXE [/n][/e][,/root,<object>][[,/select],<sub object>]

Then pressing and of these keys opens the search box on the left
where the folder tree was displayed.

CTRL + E
F3
alt V -> E -> S


Can anyone help? I use XP Pro/SP2.

As a second best maybe I have to use a .BAT file which contains the
EXPLORE command followed by one of those keyboard keys to get to
SEARCH. But exactly which DOS-like commands would I put into this
..BAT file?
Reply With Quote
  #2  
Old 01-05-2006, 06:34 AM
Ramesh, MS-MVP
 
Posts: n/a
Default Re: How open Win Explorer with SEARCH pane on left?

Try using VBScript

Example:

set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "EXPLORER.EXE /n, /e,/root,G:\Update ,/select,G:\update\1.doc"
WScript.Sleep 500
WshShell.SendKeys "{F3}"


SendKeys Method:
http://msdn.microsoft.com/library/de...thsendkeys.asp


--
Ramesh, Microsoft MVP
Windows XP Shell/User

Windows XP Troubleshooting
http://www.winhelponline.com


"JS" <j_simmonmds@nomailthankyou.com> wrote in message
news:970F65637F2A117E53A@66.250.146.159...
> Is there a clever tweak I can apply to the explorer launch command to
> get it launch a folder and open the folder such that it is ready to
> search?
>
> I run XP Pro in classic view. In a shortcut or .BAT file this
> command will launch Explorer:
>
> EXPLORER.EXE [/n][/e][,/root,<object>][[,/select],<sub object>]
>
> Then pressing and of these keys opens the search box on the left
> where the folder tree was displayed.
>
> CTRL + E
> F3
> alt V -> E -> S
>
>
> Can anyone help? I use XP Pro/SP2.
>
> As a second best maybe I have to use a .BAT file which contains the
> EXPLORE command followed by one of those keyboard keys to get to
> SEARCH. But exactly which DOS-like commands would I put into this
> .BAT file?


Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
My Updates are Failing After Uninstalling NAV 2004 and Installing AVG... 2812837@gmail.com Windows Update 7 01-05-2006 05:08 PM
Re: Remove or Disable Search Bar In Internet Explorer Wilf Grainger Internet Explorer 6 0 01-05-2006 04:32 PM
Re: Explorer Search will not start Kurt M. Sanger Windows XP Help and Support 1 01-05-2006 02:41 AM
Re: Explorer, Always Open With Folder Tree, How? Belinda Windows XP General 1 01-05-2006 02:33 AM
Open Single Pane in Windows Explorer kmlillis Windows XP Basics 4 01-05-2006 02:04 AM


All times are GMT. The time now is 11:24 PM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

How open Win Explorer with SEARCH pane on left?