Advertisement
ASP_Volume3 System Services/ Functions #58916

^!Now you can reboot pc from ur program

* Now you can reboot pc from ur program PLEASE VOTE FOR ME !!! Nitin Jinfal */

AI

AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Source Code
original-source
/*  Now you can reboot pc from ur program
   PLEASE VOTE FOR ME !!! Nitin Jinfal */
#include <stdio.h>
#include <dos.h>
#include <conio.h>
main()
{
union REGS i,o;
printf("\nPress any key to REBOOT !!!!");
getch();
int86(0x19,&i,&o);
return 0;
}
Original Comments (3)
Recovered from Wayback Machine