Quoting Peter Hyde <[EMAIL PROTECTED]>:

> Hi folks,
>   I want to launch Windows explorer WITH a parameter (e.g. D:\) 
> but without it opening that useless "pictures of folders" window, 
> i.e. I want my users to see the paned file list form we all know 
> and tolerate.
> 
> I observe that:
> 
> EXPLORER  (no parameters) opens the file list
> 
> EXPLORER D:\  opens the ghastly folders
> 
> ...and there I'm stumped. Anyone know how I can get my wish 
> (e.g. a hidden command line flag, or something I've missed?)
> 

The command line options for Explorer are documented in the Windows 95 resource 
kit, Win95rk.hlp, which is on the Win95 CD.

The command line string to open in Explorer view (so that the left hand pane 
appears is

explorer /e,D:\ 

(using your drive D:\ example from above)

Note that (a) you can specify any path with the drive letter you want (with a 
long path the parameter should be enclosed in quotes), and (b) there is another 
switch that makes this the root level so that people can't browse up to higher 
levels.

====================
Patrick Dunford
http://patrick.dunford.com/

---------------------------------------------------------------------------
  New Zealand Delphi Users group - Offtopic List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to