Thursday 28 November 2013

how to spam programs with notepad

have u ever wanted to make a quick .bat file that when someone opened it coninously opened programs of your choice? well heres how, first open notepad, then type start programname
replace the programname with whatever program u want now copy the start part and keep pasting it but remember to click enter each time so theirs spacing now u can do this for as much programs as u want just make sure to save it as anything.bat heres a example for cmd to continously open if u want to copy it:
@echo.off
start cmd.exe
start cmd.exe
start cmd.exe
start cmd.exe
start cmd.exe
start cmd.exe
start cmd.exe
start cmd.exe
start cmd.exe
start cmd.exe
start cmd.exe
start cmd.exe
start cmd.exe
start cmd.exe
start cmd.exe
start cmd.exe
start cmd.exe
start cmd.exe
start cmd.exe
start cmd.exe
start cmd.exe
start cmd.exe
start cmd.exe
start cmd.exe
start cmd.exe
start cmd.exe
start cmd.exe






No comments:

Post a Comment