kranthi has asked for the wisdom of the Perl Monks concerning the following question:

Hi, i am trying to use Perl.exe console window in my GUI application. I am using the below code for the same.
use Term::ShellUI; unless( @ARGV ){ # open new shell and restart program my $cmd = join ' ', q(cmd.exe /c start ), qq{"$^X"},__FILE__,'dd'; system $cmd; exit; }

I want to resize this window as per my GUI. Is there any way to do the same?

Replies are listed 'Best First'.
Re: Resize Perl.exe window
by Anonymous Monk on Jun 06, 2008 at 06:35 UTC
      That dist does not exist. Did you mean perlconsole instead?
      -- 
      Ronald Fischer <ynnor@mm.st>
        its a search, top 3 results are Games-Console provide a 2D quake style in-game console Games-Console-0.04 - 27 Feb 2006 - Tels Win32-Console Win32 Console and Character Mode Functions Win32-Console-0.08 - 17 Apr 2008 - Jan Dubois Win32-Console-ANSI
      Hi Thanks for providing the url. I got the complete information from the url. Thanks once again