That's an interesting idea -- certainly a unique approach to one of the hassles of programming under Windows.

A couple of years ago I accidentally discovered the trick of dragging an icon (folder or file) onto a command window.  Ever since then, whenever I want to change directory to some visible folder, I go to the command window and type "cd ", and then drag the folder onto the command shell, and type <newline>.  It also works for an open folder, by dragging the miniature folder icon from its upper left corner.  Naturally, it lets you do anything to a file or folder in DOS that you could have done visually.

Of course, it being Windows, even though you're dragging text onto a command-shell, and thus changing its contents, it still doesn't select the window; you still have to click on the window right after dragging.  I gotta say, the more I use Windows, the more I appreciate Linux ... :)


@ARGV=split//,"/:L"; map{print substr crypt($_,ord pop),2,3}qw"PerlyouC READPIPE provides"

In reply to Re: File call in windows. by liverpole
in thread File call in windows. by Andrew_Levenson

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.