Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Perl Misc (http://www.velocityreviews.com/forums/f67-perl-misc.html)
-   -   how to initialize size of DOS Window? (http://www.velocityreviews.com/forums/t881378-how-to-initialize-size-of-dos-window.html)

John Cugini 07-23-2003 07:08 PM

how to initialize size of DOS Window?
 
Running Active Perl on Windows XP: - when I execute a PERL script,
a DOS-style command window is created - but it's always a mere 25 lines
big.... how can I set it to other (larger) sizes.

I set up a simple shortcut to the DOS window and it (the shortcut) has
properties
that let you adjust the window (font, color, size) ... but the executable
itself
(windows/system32/cmd.exe) does not.

Thanks for any tips.

--- John Cugini / cuzin@adelphia.net
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~




--Rick 07-23-2003 07:48 PM

Re: how to initialize size of DOS Window?
 

"John Cugini" <cuzin@adelphia.net> wrote in message
news:W2BTa.36599$8g6.634165@news1.news.adelphia.ne t...
| Running Active Perl on Windows XP: - when I execute a PERL script,
| a DOS-style command window is created - but it's always a mere 25
lines
| big.... how can I set it to other (larger) sizes.
|
<snip>
|
| --- John Cugini / cuzin@adelphia.net

This worked in a Win98 console (at the > prompt).
c:\windows>mode con lines=50

HTH

--Rick




All times are GMT. The time now is 06:25 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57