// ConsoleApplication11.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <iostream>
int main() {
usingnamespace std;
int i = 1;
int b = 1;
while (1) {
i = i + 1;
system("notepad.exe");
}
return 0;
}
what do you mean by 'mess up with a friend'? you want us to help you make an annoying .exe file?
get out of this forum, its for serious people, we won't help you make things that can annoy people.