Log in

View Full Version : softice font


b.
April 15th, 2001, 16:48
Hi
Can someone advise how to set the font size
of this software?
The option is available through 'winice.exe
properties' but it doesn't change even after
restart.
Can someone reccomend a good instruction set
of the 80x86 on the web?
Thanks.

Solomon
April 15th, 2001, 21:01
Modify Edit->SoftICE Initialize settings->General->Initialization string:
"set font 2; x"
or you can edit the following line of winice.dat :
INIT = "set font 2; x"

80x86 Instruction manual:
h**p://personales.com/eeuu/arizona/Aesculapius/files.html

miscreant
April 16th, 2001, 11:44
if only i'd known about this command before.. so much easier on my eyes :P

b.
April 16th, 2001, 13:58
Quote:
Solomon (04-15-2001 19:01):
Modify Edit->SoftICE Initialize settings->General->Initialization string:
"set font 2; x"
or you can edit the following line of winice.dat :
INIT = "set font 2; x"

80x86 Instruction manual:
h**p://personales.com/eeuu/arizona/Aesculapius/files.html


Thank you.