lot à exe

# This is script of C++. and don't copy this line. copy only the lines 3-10.

#include <Windows.h>

int main() {
	//do stuff
	system("title Hello");
	system("echo HELLO YOU THE GUY WHO SEEING THIS WINDOW");
	system("Pause");
}
Nervous Newt