in reply to Hiding DOS windows that accompany TK

I made a shortcut to the perl-script and in the properties of the shortcut I choose (under "run") minimized. The DOS window is still there but at least it is minimized and does not get in the way.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

  • Comment on Re: Hiding DOS windows that accompany TK

Replies are listed 'Best First'.
Re^2: Hiding DOS windows that accompany TK
by Anonymous Monk on Dec 08, 2008 at 11:28 UTC
    use wperl
      One could indeed do that, but that means I have to change the Windows system-wide connection between the *.pl extension and perl.exe and most of the time (but not always) I like to see the DOS-window.

      CountZero

      A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

        .plw, .plx, .... I win :p