MS-DOS command Tricks

This will teach you how to do CMD.
CMD is the original MS-DOS command prompt, the Shell.
Command Prompt is one of the most powerful tools in Windows; but sadly, it is also the most ignored one. Things were not always like this; but with the advent of GUI based operating systems, people started feeling that computing through command based tools was boring. This ultimately lead the command prompt into obscurity.

Batch files, with a .BAT extension, are BATCHes of MS-DOS commands, executed togther.




Simple CMD  and Browser Bomber  with LOGS


1.Open A Notepad
2.Copy Paste  the code below.

:start1
start bmt.bat
start www.blogmytuts.net
dir /s/l/w
bmt > bmtLOGS.txt
go to start1

3. Save as bmt.bat

How it works?

start - to open
start www.blogmytuts.net   - This will open blogmytuts site on default browser
dir /s/l/w - This will open folder directory information
bmt > bmtLOGS.txt  - This will  save all the batch file done..
go to start1  - This will create  LOOP it will open continues batch file.




    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment