Advertisement
Java_Volume1 System Services/ Functions #101178

^!Now you can reboot pc from ur program

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

AI

Resumen de IA: 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.

Código fuente
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;
}
Comentarios originales (3)
Recuperado de Wayback Machine