I want to pose the same question, only also for Windows, KDE and GNOME. But let me put it in context. When on Windows I click Start->All Programs and then put my mouse cursor over "Games", I can then see the different games I have installed. Each company that wrote the games I see had to come up with code such that, once installed, their game would show up there. That is my end goal. I want the user to be able to find the program I am writing by navigating under the Start menu. Does perl have any facilities to ease this? Can you think of any keywords I can search for? Things like "Add Program to Windows Start Menu" are coming up with "by hand" methods, not script methods. Thanks

In reply to Re^3: How script can add new entries to "Programs" menu on MacOSX? by Anonymous Monk
in thread How script can add new entries to "Programs" menu on MacOSX? by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.