PDA

View Full Version : HOW TO OPEN "MYCOMPUTER" WITH RUN


Damus
December 6th 03, 01:43 PM
Im trying to open "mycomputer" with RUN ("START\RUN")

Im making my own webside for my computer but i can=B4t edit=20
it so it opens "Mycomputer", unless i make a shortcut and=20
then it pops up with security issues blablabla...

Simple question: how to open "mycomputer" with run?

Sharon F
December 6th 03, 01:45 PM
On Fri, 15 Aug 2003 11:52:46 -0700, Damus wrote:

> Im trying to open "mycomputer" with RUN ("START\RUN")
>
> Im making my own webside for my computer but i canīt edit
> it so it opens "Mycomputer", unless i make a shortcut and
> then it pops up with security issues blablabla...
>
> Simple question: how to open "mycomputer" with run?

Same file runs Windows Explorer and My Computer: explorer.exe


--
Sharon F
MS-MVP/ Windows XP - Shell/User

David Candy
December 6th 03, 01:45 PM
explorer ::{20d04fe0-3aea-1069-a2d8-08002b30309d}

In script

Set wshshell =3D CreateObject("Shell.Application")
wshshell.Open 17

"Damus" > wrote in message =
...
Im trying to open "mycomputer" with RUN ("START\RUN")

Im making my own webside for my computer but i can=B4t edit=20
it so it opens "Mycomputer", unless i make a shortcut and=20
then it pops up with security issues blablabla...

Simple question: how to open "mycomputer" with run?

Google