Command Line

G

Guest

I have program keys on my keyboard that I would like to program to work other
programs. The programs that I would like to add are on the start menu. One
is E-mail Hotmail and the other is ? Help and Support. Could someone tell me
the command line or folder that these programs reside in.
 
R

Ramesh [MVP]

Darrell,

F1 (outside an application) opens Help and Support. And the executable is:
C:\Windows\pchealth\helpctr\binaries\HelpCtr.exe

--
Ramesh, MS-MVP XP Shell/UI
http://www.mvps.org/sramesh2k


I have program keys on my keyboard that I would like to program to work
other
programs. The programs that I would like to add are on the start menu. One
is E-mail Hotmail and the other is ? Help and Support. Could someone tell
me
the command line or folder that these programs reside in.
 
G

Guest

Thanks...that worked for help and support. Would you know the executable for
E-mail Hotmail thats on the start menu.
 
R

Ramesh [MVP]

The Hotmail link in the Start Menu is not an executable, but powered by a
DLL. Use this:

rundll32 "C:\Program Files\INTERNET EXPLORER\hmmapi.dll",OpenInboxHandler

Change the drive-letter if Program Files is present in a different drive
than C:\.

If your keyboard software does not support this long path (and parameters),
try calling this command from a Batch file.

--
Ramesh, MS-MVP XP Shell/UI
http://www.mvps.org/sramesh2k


Thanks...that worked for help and support. Would you know the executable
for
E-mail Hotmail thats on the start menu.
 
G

Guest

How do I call it from a batch file?

Ramesh said:
The Hotmail link in the Start Menu is not an executable, but powered by a
DLL. Use this:

rundll32 "C:\Program Files\INTERNET EXPLORER\hmmapi.dll",OpenInboxHandler

Change the drive-letter if Program Files is present in a different drive
than C:\.

If your keyboard software does not support this long path (and parameters),
try calling this command from a Batch file.

--
Ramesh, MS-MVP XP Shell/UI
http://www.mvps.org/sramesh2k


Thanks...that worked for help and support. Would you know the executable
for
E-mail Hotmail thats on the start menu.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top