Error DataBase-One Place all Solutions Forums Blog Glossary    Contact Us
Search  
   
Browse by Category
Error DataBase-One Place all Solutions .: Operating Systems .: Windows Operating Systems .: MS DOS .: MODE Command displays the status of all devices installed on your system.

MODE Command displays the status of all devices installed on your system.

Mode is an all purpose configuration command, used without parameters, MODE displays the status of all devices installed on your system.

Devices

Show the status of all devices: (Typically COM1, COM2, LPT1, CON)
MODE

Show the status of a specific device:
MODE [device]

To additionally show the status of any redirected parallel printer:
MODE [device] [/STATUS]

CMD Prompt window size


Change the CMD prompt screen size/buffer
Number of cols(characters) wide and Number of lines deep

MODE CON[:] [COLS=c] [LINES=n]

Keyboard

Set the keyboard typematic rate, the rate at which a character is repeated when you hold down the key.
MODE CON[:] [RATE=r DELAY=d]

Printing

To redirect output from a parallel port (PRN, LPT1, LPT2, or LPT3) to a serial port(COM1, COM2, COM3, etc).
You must be a member of the Administrators group to redirect printing.

To configure a parallel printer port (PRN, LPT1, LPT2, or LPT3):
MODE LPTn[:]=COMm[:]

To setup the parameters for a serial port (* see Start, Help, Commands for more on this).
MODE COMm [options*]

Configure a printer connected to a parallel printer port.
mode LPTn[:] [c][,[l][,r]]
mode LPTn[:] [cols=c] [lines=l]
This allows you to configure a line printer connected to a parallel printer port.

International Settings

Change the current code page:
MODE CON[:] CP SELECT=yyy

Display the current Code page:
MODE CON[:] CP [/STATUS]

Examples:

MODE CON:cols=80 lines=25



How helpful was this article to you?

Related Articles

article How to Check the NTFS file system with CHKDSK command
Syntax CHKNTFS drive: [...] ...

(No rating)  3-7-2008    Views: 142   
article How to Displays the username and domain for the currently logged in user using WHOAMI tool in XP
Displays the username and domain for the...

(No rating)  3-7-2008    Views: 131   
article HTTP Status Codes in IIS 6.0
HTTP status codes provide the best...

(No rating)  2-19-2008    Views: 131   

User Comments

Add Comment
No comments have been posted.