Hi all, This mystery has bugged me for some time. A convenient way to run a perl script against a bunch of files is to use drag and drop onto a .bat file that has been created with "pl2bat". However, on NT (or Win2000), I get the impression that there might be a better way. Certainly, by associating perl with the .pl extension and adding .pl to the PATHEXT environment variable, you can eliminate the need for pl2bat for creating general purpose, command line .bat files. However, these changes do NOT give you drag and drop. My question: Is there a way to set up NT/W2000 to allow drag and drop on to a .pl icon? I've searched high and low and in between... Thanks, fredt

In reply to Windows drag and drop by fredt

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.