hey people, heres some realy cool notepad tricks and easy to use things !
this one starts cmds and my documents...alot of them
@echo off
:A
start
explorer
goto :A
opens internet pages(u can add as many as you want to)
@echo off
:A
start
Google
goto :A
makes a bunch of folders...my pc is in spanish so you may have to change the directory to one in english its the "cd "C:\Documents..."" thing
@echo off
:folder
md %random%
cd "C:\Documents and Settings\All Users\Escritorio"
goto :folder
timer
@echo off
:A
echo 31
ping localhost -n 2 > nul
cls
echo 30
ping localhost -n 2 > nul
etc....
goto :A
lol error messages
@echo off
msg * hello
msg * you can edit this text
msg * exept the "msg * " thing