/ Published in: DOS Batch
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
@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