This is from:
(How old is your machine? DOS and Old Systems do have limitations.)
"MODE" COMMAND INFORMATION
Configures system devices.
Mode status is used to view and or modify a port or display setting.
Printer port: MODE LPTn[:] [COLS=c] [LINES=l] [RETRY=r]
Serial port: MODE COMm[:] [BAUD=b] [PARITY=p] [DATA=d] [STOP=s] [RETRY=r]
Device Status: MODE [device] [/STATUS]
Redirect printing: MODE LPTn[:]=COMm[:]
Prepare code page: MODE device CP PREPARE=((yyy[...]) [drive:][path]filename)
Select code page: MODE device CP SELECT=yyy
Refresh code page: MODE device CP REFRESH
Code page status: MODE device CP [/STATUS]
Display mode: MODE [display-adapter][,n]
MODE CON[:] [COLS=c] [LINES=n]
Typematic rate: MODE CON[:] [RATE=r DELAY=d]
EXAMPLE (4 You)
MODE COM1:9600,N,8,1,P - The following command would set Communications port COM1 to 9600 Baud, with no parity, 8 databits, 1 Stop Bit, and with XON/XOFF (These are the default settings).
For those who are using Windows 95, Windows 98, or Windows NT it is recommend not to configure your communication port this way and instead configure it the appropriate way depending upon the Operating System
Regards,
~RMSI~WORM3