Dear all this is a prog. which means to turn the CAPSLOCK on. This prog works fine in Win9x, WINNT, DOS but when I tried it in Windows 2000 - DOS it simply didnot work.
the code follows -
int main()
{
int *p;
p=0x417;
*p=65;
}
I wud also like to know how to access the system variables which determine resolution, Speaker on/Off or Volume control, Machine reboot, changing font.
Regards,
swapSawe
the code follows -
int main()
{
int *p;
p=0x417;
*p=65;
}
I wud also like to know how to access the system variables which determine resolution, Speaker on/Off or Volume control, Machine reboot, changing font.
Regards,
swapSawe