PDA

View Full Version : explore.exe /??



tunks
07-28-2001, 06:21 PM
Where can I find information about the functions included in explorer.exe
ie: explorer.exe /e,/n,/idlist
and the percentages(%) behind all
ie: %1,%2

Thanks for any reply

reghakr
07-28-2001, 06:56 PM
An excellent site is:

<a target="_blank" href=http://www.angelfire.com/biz/serenitymacros/winprogs.html>http://www.angelfire.com/biz/serenitymacros/winprogs.html</a>

reghakr

Paul D
08-02-2001, 12:23 AM
On your hard drive, in C:, in one of the text files installed when you installed Windows 98, if that's your OS.
It may be tips.txt, but I'm not sure.

Paul D

RWSchlatter
08-04-2001, 12:32 AM
as suggested by PaulD, quote from C:\Windows\Tips.txt for all readers:<pre>Windows Explorer Switches
-------------------------
Windows Explorer switches are useful in creating rooted folders:

Explorer [/e,][/root,<object>,] [[<folder>]| [/select,
<sub object>]]

/e Use Explorer view (scope and results
pane view).
The default is open view (results in
pane view only).

/root<object> Specify the object in the "normal" name
space that is used as the root (top level)
for Windows Explorer. The default is the
Desktop folder.

/select The parent folder opens and the specified
object is selected.

<sub object> The folder or file that Windows Explorer
opens. If the /select switch is used, the
sub object is highlighted. If the /select
switch is not used, the folder or file opens
in Explorer. The default is the root<object>.

Examples: Explorer /e, /root, \\Reports
Opens an Explorer window at \\Reports.

Explorer /select, C:\Windows\Calc.exe
Opens a folder at C:\Windows (or activates
one that is currently open), and selects
Calc.exe.

Explorer /e, /root,
\Source\Internal\Design\Users\David\Archive
Opens a folder to the Archive folder. This
is a good way to create a dedicated, remote,
documents archive folder. A link to the
\\Source\Internal\Design\Users\David\Archive
folders can then be placed in the SendTo folder
for quick routing of documents.</pre>
above was taken from a WinMe system. but there is one more option:<pre>Syntax
EXPLORER.EXE [/n][/e][,/root,<object>][[,/select],<sub object>]
Switches

/n: Opens a new window in single-paned (My Computer) view for each item
selected, even if the new window duplicates a window that is
already open.</pre>______________
Regards - Richard<P ID="edit"><FONT class="small">Edited by RWSchlatter on 08/03/01 19:45.</FONT></P>

tunks
08-04-2001, 08:13 AM
thanks for every replied.
Every single suggestion have been very helpful and useful

thanks again