Wednesday 19 February 2014

batch file tricks

lets make a fake and really simple batch file virus here...

1 : Open up ur notepad and type the following code ....

start matrix.bat

2: now save it as matrix.bat on desktop or any desired location..

NOTE:  you should save it with the same name you have typed inside the code ex. matrix.bat
              This will rapidly open cmd (cammad prompt) windows as we have given the cammand to do so..
              Here we gave a cammand to start the same batch file that we created .. and each time                    the cammand executes it reads the code again and the same process repeats....

No comments:

Post a Comment