int main.. bla bla bla
{
outfileor something ("C:Windowswin.ini");
[color=red]---(If it is a win98 or below pc or this depends on all the boot files)[/color]
// -or-
outfile("C:config.sys")
[color=red]---(another one depending on the OS)[/color]
//then over write all or some of the system filles needed for boot
}
[/PHP]