G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.customize (More info?)

You can show this dialog by presing "WindowsKey + R". But is it posible to
start this dialog by some rundll32.exe call? And make it as a shortcut?
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.customize (More info?)

Click Start button and then drag the RUN link to your Quick Launch. A shortcut is now created.

-or-

Use this VBScript to launch the RUN menu.

---------------------------------------------------
set objShell = CreateObject("Shell.Application")
objShell.FileRun
set objShell = nothing
---------------------------------------------------

Copy the above lines (excluding the lines) to a Notepad, and save as "run.vbs". Double-click run.vbs and the RUN menu is shown.

More Information about the Shell commands:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/objects/shell/findfiles.asp

--
Ramesh, Microsoft MVP
Windows XP Shell/User
http://windowsxp.mvps.org


"The LOG" <The LOG@discussions.microsoft.com> wrote in message news:6E8A01F2-BF6E-4745-9551-654A3FCF268A@microsoft.com...
You can show this dialog by presing "WindowsKey + R". But is it posible to
start this dialog by some rundll32.exe call? And make it as a shortcut?
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.customize (More info?)

Thanks. Is there a way to do it like: rundll.exe user.exe,exitwindows?
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.customize (More info?)

Not sure if there is such an option.

--
Ramesh, Microsoft MVP
Windows XP Shell/User
http://windowsxp.mvps.org


"The LOG" <TheLOG@discussions.microsoft.com> wrote in message news:8099F175-733F-4D03-B46D-BC51F987E94B@microsoft.com...
Thanks. Is there a way to do it like: rundll.exe user.exe,exitwindows?