Thank you so much!!!! This worked perfect!!!!!!
"Shenan Stanley" wrote:
[Quoted Text] > RKraus wrote: > > How can I set up a shortcut on my desktop for the Explore option > > from the Start menu? > > Assuming I understand your question... > > 1. Right-click an empty area of the desktop and choose New -->Shortcut. A > "Create Shortcut" dialogue box will appear. > > 2. In the command line box insert this line: > > %SystemRoot%\explorer.exe /n,/e,c:\ > > Change the c:\ in the line above to the directory you wish to open. As an > example if you had a folder named data in c:\ you would change the line to: > > %SystemRoot%\explorer.exe /n,/e,c:\data > > 3. Click Next. > > 4. Enter a name for the shortcut and click Finish. > > -- > Shenan Stanley > MS-MVP > -- > How To Ask Questions The Smart Way > http://www.catb.org/~esr/faqs/smart-questions.html > > >
|