This is a very simple source code to reboot your system This works only when the system is running in pure MS-DOS and not in a Windows MS-DOS shell When the machine is switched on the microprocessor passes the control to a certain area in the ROM which has been fixed as FFFF:0000.This program rebbots the machine referencing to that address int main() { void interrupt(*old)(); old=0XFFFF0000; (*old)(); return 0; } - by Suresh (suresh_cprog@softcodez.com). For any comments or errors please feel free to e-mail me. DISCLAIMER: =========== I verify the information contained in this file to the best of my ability, but I cannot be held responsible for any problems caused by use or misuse of the information.