Creating folder shortcuts on desktop which will be opened with explorer view automatically:
--------------------------------------------------------------
1. Create a new shortcut for the folder on the desktop (e.g. drag&drop
the folder with the right mouse button onto the desktop)
2. Change properties for target - e.g.:
The default target was "c:\user"
Change it to "c:\windows\explorer.exe /n,/e,c:\user"
Now the folder will be opened in explorer view when double-clicking
the icon. If you want to use the folder as root - add the option
"/root":
E.g.: "c:\windows\explorer.exe /n,/e,/root,c:\user"
Just try it and see also "Windows 95 Resource Kit" - "Command line
parameters for EXPLORER". |