Revision: 9433
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at November 6, 2008 04:47 by meetneps
Initial Code
@ECHO OFF REM ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ REM REM FILENAME : DOSMODE.BAT REM REM DESCRIPTION : Change console mode to display as in old DOS Mode REM REM AUTHOR : Napoleon Arouldas S. ([email protected]) REM REM WEB : http://neps.in REM REM DATE WRITTEN : Sunday, October 07, 2007 6:10:58 PM REM REM COMMENTS/REMARKS : Use it, when you would like to have a big pretty looking fonts for your REM cmd shell in windows. Works with windows XP REM REM ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MODE CON LINES=25 COLS=80
Initial URL
Initial Description
Initial Title
Change cmd shell display mode
Initial Tags
command, file
Initial Language
DOS Batch