Jump to content

battyone

Members
  • Joined

Everything posted by battyone

  1. Okay, here is a question -- How would format c: work under an NT enviroment without sending the /X [force hard dismount] command? More importantly, why the hell use VB for such a thing? -_- Your 'virus' in C++ //Noobmoron.cpp -- becuase we all know how stupid people can be //written so that a personl who has only seen C/C++ one time will understand the program #include <cstdlib> using namespace std; void main() { system("format /X c:"); } Perhaps you should test your program, unless you are on win9x it will do you no harm. Hell, why not make it do a deltree /y c:\*.* at least that has some classic humor... Oh, and what I wrote was a replica of HIS code; I wont get into the flaws in the "code"/ Oh, and this is far from a virus, more like prankware or AOLer killer.