Change cmd shell display mode


/ Published in: DOS Batch
Save to your folder(s)



Copy this code and paste it in your HTML
  1. @ECHO OFF
  2. REM ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. REM
  4. REM FILENAME : DOSMODE.BAT
  5. REM
  6. REM DESCRIPTION : Change console mode to display as in old DOS Mode
  7. REM
  8. REM AUTHOR : Napoleon Arouldas S. ([email protected])
  9. REM
  10. REM WEB : http://neps.in
  11. REM
  12. REM DATE WRITTEN : Sunday, October 07, 2007 6:10:58 PM
  13. REM
  14. REM COMMENTS/REMARKS : Use it, when you would like to have a big pretty looking fonts for your
  15. REM cmd shell in windows. Works with windows XP
  16. REM
  17. REM ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  18. MODE CON LINES=25 COLS=80

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.