I found a way to delete the winser~1.exe in SAFETY DOS MODE by pressing F8,

I did these commands in order to erase the virus:
VB Code:
  1. Cd\ 'Changes directory to c:\
  2. Cd Windows 'Change into directory "windows"
  3. Cd System 'Change to sub directory "system"
  4. attrib 'Shows EVERY files
  5. attrib winser~1.exe -H 'Unsets the file to be normal instead of hidden
  6. del winser~1.exe

Well, it worked

That wuz fun... but still, I would be interested in doing the program that I talked about earlyer!