thedark Second Lieutenant
Joined: 30 Jul 2005
Posts: 1074
|
Posted: Thu Aug 04, 2005 1:58 pm Post subject: REBOOT YOUR COMPUTER |
|
|
Implement this debug routine to reboot your computer.
DEBUG
E 40:72 34 12
RCS
FFFF
RIP
0000
G
To create a batch file that reboots your computer without having to type the above command each time use the following source:
GOTO BEGIN
E 40:72 34 12
RCS
FFFF
RIP
0000
G
:BEGIN
DEBUG < REBOOT.BAT |
|