Código
::autor CarlitoS.dll @echo off mode con cols=100 mode con lines=20 call:tpwrtr CarlitoS.dll presenta: call:sleep 2 echo. call:tpwrtr el efecto maquina de escribir ... echo. echo. call:tpwrtr OpenBSD es un sistema operativo libre tipo Unix, multiplataforma, basado en 4.4BSD. call:sleep 3 echo. echo. pause>nul goto:eof :tpwrtr set /a contt=0 :loopt set /a contt +=1 goto:eof :tpwrtr1 goto:eof :length set /a contl=0 :loopl set /a contl +=1 goto loopl :endl goto :eof :sleep set /a limit=0 set /a cont=0 :time :increment goto increment :count set /a cont +=1 goto time goto :eof