Notepad .bat Tutorial (virus, Hacking, Pranks)

Tags:
Bats Tutorials Hacks Mod Modding Files Tut Computers Downloads Virus Pranks Fack Viruses Code Notepad .bat
cnkilla187
  • Affiliate Submitter:
    cnkilla187
  • International International
  • Comments: 0
  • Views: 21
  • Added: 17-Sep-09

visit my website: http://cnkilla187.webs.com/ Ok so basicly this is a tut on some things u can do with notepad and .bat files Here is the tut i wrote its a little different from the video ---.Bat file tutorial---
Beginner
Ok so first off we need to open notepad,
Then ur gonna put all ur code to ur program in the notepad.
Now go to File SaveAs now save it as anything.bat it has to end in
a .bat for example: myvirus.bat

Start it off with @ehco off
Then we have a few cammands we can use heres a list
start -- this will open up a cmd prompt
echo hello -- this will say hello in a prompt, u can change hello to
anything and it will say what u changed it to.
start mspaint -- this will start up paint.
start notepad -- this will start up notepad.
start IEXPLORE -- this will start up internet explorer.
start filename -- here u can set it up with what u want to open just
insert the file name.
Ok so now ill show u a loop.
@echo off
    start -- this can be whatever u want it to be but has to have a :
echo hello
goto :start -- so it does echo hello then goes up to start and down to
echo hello then up to the top again then down again
this creates a loop and wont stop unless u end the
program.
To delete a file u use a code like
del filename -- just put the file name that u want deleted.
del c: -- this will delete the c drive whitch is most of ur computer..
del del (.txt*) -- this deletes ALL files that are .txt files.
Ok so now say when u open ur program a black box opens but it goes away
to fast for u to read it. To fix that just put pause like so,
@echo off
echo hello.
pause -- just like that.

Made By: CN killa187

  1. Categories: People & Stories
Comments on

Notepad .bat Tutorial (virus, Hacking, Pranks)

1 Comment | Add Comment 1 Comment | Add Comment