Article ID: 130510 - Last Review: January 19, 2007 - Revision: 1.4

Command-Line Switches for Windows Explorer

System TipThis article applies to a different operating system than the one you are using. Article content that may not be relevant to you is disabled.
This article was previously published under Q130510

On This Page

Expand all | Collapse all

SUMMARY

This article lists command-line switches you can use when you start Windows Explorer (EXPLORER.EXE).

MORE INFORMATION

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.

/e:  Uses Windows Explorer view. Windows Explorer view is most similar
     to File Manager in Windows version 3.x. Note that the default view
     is Open view.

/root,<object>:  Specifies the root level of the specified view. The
                 default is to use the normal namespace root (the
                 desktop). Whatever is specified is the root for the
                 display.

/select,<sub object>:  Specifies the folder to receive the initial
                       focus. If "/select" is used, the parent folder
                       is opened and the specified object is selected.
				

Examples

  • To open a Windows Explorer view to explore only objects on \\<server name>, use the following syntax:
    explorer /e,/root,\\<server name>
  • To view the C:\WINDOWS folder and select CALC.EXE, use the following syntax:
    explorer /select,c:\windows\calc.exe

APPLIES TO
  • Microsoft Windows 95
  • Microsoft Windows NT Server 4.0 Standard Edition
  • Microsoft Windows NT Workstation 4.0 Developer Edition
  • Microsoft Windows 98 Standard Edition
  • Microsoft Windows 98 Second Edition
  • Microsoft Windows Millennium Edition
Keywords: 
KB130510