Advertisement
ASP_Volume2 System Services/ Functions #41573

^!Now you can reboot pc from ur program

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

AI

Shrnutí AI: 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.

Zdrojový kód
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;
}
Původní komentáře (3)
Obnoveno z Wayback Machine