PC Review


Reply
Thread Tools Rate Thread

CMD window size

 
 
Fishermun
Guest
Posts: n/a
 
      9th Jan 2009
When I go to Start>Run, and type in CMD, then type in something like
shutdown /? I get the examples, but the black "DOS Window" for lack of a
better description will stretch down, but will not stretch wider. So I see
part of the examples, but not all of them. Any way to get a bigger DOS
window? Thanks.

 
Reply With Quote
 
 
 
 
Ramesh Srinivasan, MS-MVP
Guest
Posts: n/a
 
      9th Jan 2009
Press ALT+ENTER.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
The Winhelponline Blog http://www.winhelponline.com/blog


"Fishermun" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> When I go to Start>Run, and type in CMD, then type in something like
> shutdown /? I get the examples, but the black "DOS Window" for lack of a
> better description will stretch down, but will not stretch wider. So I see
> part of the examples, but not all of them. Any way to get a bigger DOS
> window? Thanks.



 
Reply With Quote
 
Tim Slattery
Guest
Posts: n/a
 
      9th Jan 2009
>> When I go to Start>Run, and type in CMD, then type in something like
>> shutdown /? I get the examples, but the black "DOS Window" for lack of a
>> better description will stretch down, but will not stretch wider. So I see
>> part of the examples, but not all of them. Any way to get a bigger DOS
>> window? Thanks.


> Press ALT+ENTER.


That will make the command console go full screen, but you'll still
have the same number of columns across.

To add columns, right-click the shortcut you use to start the console
window, choose "Properties", and click the "Layout" tab. Use the
"Window size" dropdown to select the number of rows and columns that
will be displayed.

One other thing: Are you really sure that the right end of the lines
is disappearing? Are you sure the lines aren't wrapping around? It
makes them harder to read, but the information is all there.

--
Tim Slattery
MS MVP(Shell/User)
(E-Mail Removed)
http://members.cox.net/slatteryt
 
Reply With Quote
 
John Wunderlich
Guest
Posts: n/a
 
      9th Jan 2009
Tim Slattery <(E-Mail Removed)> wrote in
news:(E-Mail Removed):

>>> When I go to Start>Run, and type in CMD, then type in something
>>> like shutdown /? I get the examples, but the black "DOS
>>> Window" for lack of a better description will stretch down, but
>>> will not stretch wider. So I see part of the examples, but not
>>> all of them. Any way to get a bigger DOS window? Thanks.

>
>> Press ALT+ENTER.

>
> That will make the command console go full screen, but you'll
> still have the same number of columns across.
>
> To add columns, right-click the shortcut you use to start the
> console window, choose "Properties", and click the "Layout" tab.
> Use the "Window size" dropdown to select the number of rows and
> columns that will be displayed.
>
>


Or since he doesn't start it from a shortcut (he said he uses
Start->Run->Cmd), an alternate way is to right click on the icon in the
upper-left corner of the Command window, then choose "Properties" (or
perhaps "Defaults")....

-- John
 
Reply With Quote
 
Fishermun
Guest
Posts: n/a
 
      10th Jan 2009
Thanks to all, I don't use a shortcut for the CMD, but either the Alt +
Enter, or the Right Click > Properties worked. How could I make a shortcut
to get me to the CMD prompt?

"John Wunderlich" <(E-Mail Removed)> wrote in message
news:Xns9B8E814F21381wunderpsdrscray@138.126.254.210...
> Tim Slattery <(E-Mail Removed)> wrote in
> news:(E-Mail Removed):
>
>>>> When I go to Start>Run, and type in CMD, then type in something
>>>> like shutdown /? I get the examples, but the black "DOS
>>>> Window" for lack of a better description will stretch down, but
>>>> will not stretch wider. So I see part of the examples, but not
>>>> all of them. Any way to get a bigger DOS window? Thanks.

>>
>>> Press ALT+ENTER.

>>
>> That will make the command console go full screen, but you'll
>> still have the same number of columns across.
>>
>> To add columns, right-click the shortcut you use to start the
>> console window, choose "Properties", and click the "Layout" tab.
>> Use the "Window size" dropdown to select the number of rows and
>> columns that will be displayed.
>>
>>

>
> Or since he doesn't start it from a shortcut (he said he uses
> Start->Run->Cmd), an alternate way is to right click on the icon in the
> upper-left corner of the Command window, then choose "Properties" (or
> perhaps "Defaults")....
>
> -- John


 
Reply With Quote
 
_Z
Guest
Posts: n/a
 
      11th Jan 2009
"Fishermun" wrote:
> Thanks to all, I don't use a shortcut for the CMD, but either the Alt +
> Enter, or the Right Click > Properties worked.
> How could I make a shortcut to get me to the CMD prompt?


Windows Explorer > File > New > Shortcut
In the first box in the wizard dialog, paste:
%SystemRoot%\system32\cmd.exe
In the next box type CMD

> "John Wunderlich" wrote:
> > Tim Slattery wrote:
> >>>> When I go to Start>Run, and type in CMD, then type in something
> >>>> like shutdown /? I get the examples, but the black "DOS
> >>>> Window" for lack of a better description will stretch down, but
> >>>> will not stretch wider. So I see part of the examples, but not
> >>>> all of them. Any way to get a bigger DOS window? Thanks.
> >>
> >>> Press ALT+ENTER.
> >>
> >> That will make the command console go full screen, but you'll
> >> still have the same number of columns across.
> >>
> >> To add columns, right-click the shortcut you use to start the
> >> console window, choose "Properties", and click the "Layout" tab.
> >> Use the "Window size" dropdown to select the number of rows and
> >> columns that will be displayed.


> > Or since he doesn't start it from a shortcut (he said he uses
> > Start->Run->Cmd), an alternate way is to right click on the icon in the
> > upper-left corner of the Command window, then choose "Properties" (or
> > perhaps "Defaults")....



 
Reply With Quote
 
ju.c
Guest
Posts: n/a
 
      12th Jan 2009
And add the /k switch if you want to see the window for more than a quarter of a second.


"_Z" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> "Fishermun" wrote:
>> Thanks to all, I don't use a shortcut for the CMD, but either the Alt +
>> Enter, or the Right Click > Properties worked.
>> How could I make a shortcut to get me to the CMD prompt?

>
> Windows Explorer > File > New > Shortcut
> In the first box in the wizard dialog, paste:
> %SystemRoot%\system32\cmd.exe
> In the next box type CMD
>
>> "John Wunderlich" wrote:
>> > Tim Slattery wrote:
>> >>>> When I go to Start>Run, and type in CMD, then type in something
>> >>>> like shutdown /? I get the examples, but the black "DOS
>> >>>> Window" for lack of a better description will stretch down, but
>> >>>> will not stretch wider. So I see part of the examples, but not
>> >>>> all of them. Any way to get a bigger DOS window? Thanks.
>> >>
>> >>> Press ALT+ENTER.
>> >>
>> >> That will make the command console go full screen, but you'll
>> >> still have the same number of columns across.
>> >>
>> >> To add columns, right-click the shortcut you use to start the
>> >> console window, choose "Properties", and click the "Layout" tab.
>> >> Use the "Window size" dropdown to select the number of rows and
>> >> columns that will be displayed.

>
>> > Or since he doesn't start it from a shortcut (he said he uses
>> > Start->Run->Cmd), an alternate way is to right click on the icon in the
>> > upper-left corner of the Command window, then choose "Properties" (or
>> > perhaps "Defaults")....

>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft Access 2007 form size defaults to size of window =?Utf-8?B?c2tvbHZleQ==?= Microsoft Access Forms 1 20th Jul 2007 08:38 PM
Best way to deal with large size (120dpi) setting and restore window size? jkristia Microsoft C# .NET 0 2nd Jun 2006 09:33 PM
Window Size in certain applications does not save size of window =?Utf-8?B?YXByMzAwMA==?= Windows XP General 3 23rd Dec 2005 06:52 PM
Xpost - Desperated - Probem with IE 6, XP SP2, JavaScript, Window size, Image size Thomas Osthege Windows XP General 0 4th Oct 2004 05:18 PM
Website size inside Full size Browser window =?Utf-8?B?T3Ntb3Npc2R1ZGU=?= Windows XP Internet Explorer 1 11th Jan 2004 03:37 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:47 PM.