Manage comment




@freecrac

I like to use 50 rows within the textmode.
And so i wrote a batchfile to switch to 50 rows using debug.exe and some x86-instructions.
Let me know if you like it too.

@echo off
title Textmode 80 column x 50 rows (8x8 character)
echo e cs:100>tmp.deb
echo 31 db b8 12 11 cd 10>>tmp.deb
echo g=cs:100 106>>tmp.deb
echo q>>tmp.deb
debug<tmp.deb>nul
del tmp.deb


Management password:
Toiming: