OK - It looks like you understand what I am attempting to
do... Let me provide a little more detail.
Specifically, the "New Document" link I need to see the
properties for actually runs a wizard that assists the
user in creating a new AS/400 terminal session and leaves
a shiny new icon on their desktop.
The reason I need this is that the emulation
software "IBM's iSeries Access for Windows" works great
in XP, but the "New AS/400 Session" icon that appears in
the "New Document" menu when right clicked from the
desktop, does NOT appear in some (ie. Win98) other
operating systems.
Therefore, if I know the program / routine that is being
called, I reason that I can simply execute the item
directly (batch file, command line, whatever...).
Any helpful hints for tracking this one down?
Thanks,
Ray
-----Original Message-----
While you can call an executable for this menu, afaik
I'm the only person to have ever done so. Most entries
fall into two types
A blank document and a registry entry pointing to the
document. The file extension must be registered and must
have an open command.
A registry entry saying a blank document has nothing in
it (like a text file). It just creates a named file with
zero size.
There is a third way similar to #1. Where the contents
of the file is stored in a registry key rather than the
file system.
The fourth way is to start a program. But apart from a
program I wrote I've not seen anything else do it this
way.