Re: bedankt
Geplaatst door Mister D.
Bedankt voor de uitleg.
Maar nu wordt ik wel nieuwsgierig...
Wat betekenen die parameters precies?
------------------------------------------------------------------------
Parameters
/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 (Opens a 2 pane view of the selected folder).
/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.
<object> designates the folder path
This switch is used with a folder object. It chooses the designated folder as the starting point (root) of the folder tree. (Ordinarily, \DESKTOP is the root).
/select,<object>:
Specifies the folder to receive the initial focus.
If "/select" is used, the parent folder is opened and the specified object is selected. Highlights the designated folder and displays the contents of the parent folder in the right pane.
<object> designates the folder path
Examples
Open Explorer with Folders View to the C:\WINDOWS\TEMP folder:
C:\WINDOWS\EXPLORER.EXE /n,/e,C:\WINDOWS\TEMP
To open a Windows Explorer view to explore only objects on
\\<server name>, use the following syntax:
C:\WINDOWS\EXPLORER.EXE /e,/root,\\<server name>
To view the C:\WINDOWS folder and select NOTEPAD.EXE, use the following syntax:
C:\WINDOWS\EXPLORER.EXE /select,c:\windows\notepad.exe
------------------------------------------------------------------------
Bron.