Saturday 31 August 2013

Make you own Viruses

Posted by Anonymous On Saturday, August 31, 2013 No comments



Open Microsoft Word
OpenWord.bat

@echo off
REM Next command opens Microsoft Word
start /d "C:\Program Files\Microsoft Word" WINWORD.EXE
________________

Say Hello

Hello.bat

@echo off
REM Next command inputs the greeting
echo Hello! This a sample batch file.
REM Next command displays “Press any key to continue” and waits for user to press a key
pause
dir c:\windows

________________


Create a list of program files
ProgramList.bat

@echo off
REM Next command creates a list of program files in the computer’s C:\ drive
dir "C:\Program Files" > C:\list_of_program_files.txt

0 comments:

Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.
Note:
1. Link below the Comment to be Notified of Follow UP comments and Replies.
2. You can also Add / Insert Image in Comment box by Adding Tag. Image must be width 300px and height 200px .
3. Please "Do Not Spam" - Spam comments will be deleted immediately upon our review.
4. Please "Do Not Add Links" to the body of your comment as they will not be published.
5. Only "English" comments shall be approved.
6. If you have a problem check first the comments, maybe you will find the solution there.


Post a Comment

Site search

    Submit URL