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.




The owner of blogmytut.blogspot.com will not be liable for any errors or omissions in this information nor for the availability of this information. The owner will not be liable for any losses, injuries, or damages from the display or use of this information.Report any Broken Download link on Blogmytuts Facebook Page
Share on Google Plus

About Chucks

A Freelance Computer Tech with knowledge about computer, router and mobile phones, especially in Upgrade and Downgrade OS, Software and Hardware troubleshooting. fallow me at Google+
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment