Nice man! I can understand how u did that with the very little knowledge i have about C++. Looks good, shoulda thought of it myself xD
Originally Posted by trex
Nice man! I can understand how u did that with the very little knowledge i have about C++. Looks good, shoulda thought of it myself xD
Its not C++ its a .bat file
Originally Posted by Ghty82
Its not C++ its a .bat file
nope. it's C++.
i posted the source code somewhere...its real simple, and took very little knowledge of the language. basically just
Code:
if (selection = 1){
system ("cls");
cout << "BLAH BLAH BLAH Reinstall BLAH BLAH BLAH";
}
if (selection = 2){
system ("cls");
cout << "BLAH BLAH BLAH Reinstall BLAH BLAH BLAH";
}
so on and so forth.
Dude, Nice post,LOL
whats so nice about it? don't lie to me.
Hey how do I open it? I got an error when I open this file.. Plz help..