He estado aciendo un programa pero al ejecutarlo se sale.
Codigo:
@ECHO OFF ECHO ECHO ECHO ECHO >>BIenvenido a TCP/IP Optimizer<< ECHO ECHO Esta aplicacion funcional en WIndows XP,Vista o 7 ECHO ECHO Es recomendable ejecutar como Administrador @PAUSE CLS ECHO ECHO ECHO ECHO >>Sobre TCP/IP<< ECHO ECHO *El parche optimiza al maximo el TCP/IP ECHO *Desabilita el Qos reservado ECHO ECHO >> Escriba<< ECHO. ECHO Y : Para optimizar TCP/IP ECHO Q : Para deshabilitar QoS ECHO D : Para volver a ajustes por defecto ECHO N : Para salir de TCP/IP Optimizer :LOOP SET /P choice1= Escriba la opción que desee(Letra) y pulse Intro: IF /I "%choice1%"=="Y" GOTO TWEAK IF /I "%choice1%"=="Q" GOTO QOS IF /I "%choice1%"=="D" GOTO DEFAULT IF /I "%choice1%"=="N" GOTO CANCEL :: ELSE GOTO LOOP :TWEAK CLS regsvr32 actxprxy.dll @ECHO ON netsh int tcp set heuristics disabled netsh int tcp set global rss=enabled netsh int tcp set global chimney=enabled netsh int tcp set global autotuninglevel=normal netsh int tcp set global congestionprovider=ctcp netsh int tcp set global ecncapability=disabled netsh int tcp set global timestamps=disabled @ECHO OFF cd %temp% ECHO > SG_Vista_TcpIp_Patch.reg Windows Registry Editor Version 5.00 ECHO >> SG_Vista_TcpIp_Patch.reg [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters] ECHO >> SG_Vista_TcpIp_Patch.reg "DefaultTTL"=dword:00000040 ECHO >> SG_Vista_TcpIp_Patch.reg "EnableTCPA"=dword:00000001 ECHO >> SG_Vista_TcpIp_Patch.reg "Tcp1323Opts"=dword:00000001 ECHO >> SG_Vista_TcpIp_Patch.reg "TCPMaxDataRetransmissions"=dword:00000007 ECHO >> SG_Vista_TcpIp_Patch.reg "TCPTimedWaitDelay"=dword:0000001e ECHO >> SG_Vista_TcpIp_Patch.reg "SynAttackProtect"=dword:00000001 ECHO >> SG_Vista_TcpIp_Patch.reg "EnableDCA"=dword:00000001 ECHO >> SG_Vista_TcpIp_Patch.reg [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider] ECHO >> SG_Vista_TcpIp_Patch.reg "LocalPriority"=dword:00000004 ECHO >> SG_Vista_TcpIp_Patch.reg "HostsPriority"=dword:00000005 ECHO >> SG_Vista_TcpIp_Patch.reg "DnsPriority"=dword:00000006 ECHO >> SG_Vista_TcpIp_Patch.reg "NetbtPriority"=dword:00000007 regedit /s SG_Vista_TcpIp_Patch.reg del SG_Vista_TcpIp_Patch.reg CLS ECHO ECHO >>Finalizado Correctamente<< GOTO SUCCESS :QOS CLS @ECHO OFF cd %temp% ECHO > SG_Vista_TcpIp_Patch.reg Windows Registry Editor Version 5.00 ECHO >> SG_Vista_TcpIp_Patch.reg [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Psched] ECHO >> SG_Vista_TcpIp_Patch.reg "NonBestEffortLimit"=dword:00000000 regedit /s SG_Vista_TcpIp_Patch.reg del SG_Vista_TcpIp_Patch.reg CLS ECHO ECHO ECHO >>Finalizado Correctamente<< @PAUSE EXIT :DEFAULT CLS @ECHO ON netsh int tcp set heuristics default netsh int tcp set global rss=default netsh int tcp set global chimney=default netsh int tcp set global autotuninglevel=normal netsh int tcp set global congestionprovider=default netsh int tcp set global ecncapability=default netsh int tcp set global timestamps=default @ECHO OFF cd %temp% ECHO > SG_Vista_TcpIp_Default.reg Windows Registry Editor Version 5.00 ECHO >> SG_Vista_TcpIp_Default.reg [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters] ECHO >> SG_Vista_TcpIp_Default.reg "DefaultTTL"=- ECHO >> SG_Vista_TcpIp_Default.reg "EnableTCPA"=- ECHO >> SG_Vista_TcpIp_Default.reg "Tcp1323Opts"=dword:00000000 ECHO >> SG_Vista_TcpIp_Default.reg "TCPMaxDataRetransmissions"=dword:000000ff ECHO >> SG_Vista_TcpIp_Default.reg "TCPTimedWaitDelay"=dword:ffffffff ECHO >> SG_Vista_TcpIp_Default.reg "SynAttackProtect"=- ECHO >> SG_Vista_TcpIp_Default.reg "EnableDCA"=- ECHO >> SG_Vista_TcpIp_Default.reg [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider] ECHO >> SG_Vista_TcpIp_Default.reg "LocalPriority"=dword:000001f3 ECHO >> SG_Vista_TcpIp_Default.reg "HostsPriority"=dword:000001f4 ECHO >> SG_Vista_TcpIp_Default.reg "DnsPriority"=dword:000007d0 ECHO >> SG_Vista_TcpIp_Default.reg "NetbtPriority"=dword:000007d1 ECHO >> SG_Vista_TcpIp_Default.reg [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Psched] ECHO >> SG_Vista_TcpIp_Default.reg "NonBestEffortLimit"=- regedit /s SG_Vista_TcpIp_Default.reg del SG_Vista_TcpIp_Default.reg CLS ECHO. ECHO. ECHO >>Finalizado Correctamente<< ECHO. ECHO. GOTO SUCCESS :SUCCESS netsh int tcp show global ECHO. ECHO ECHO. ECHO ECHO ECHO. @PAUSE EXIT :CANCEL CLS ECHO ECHO ECHO >>Saliendo<< @PAUSE EXIT
Saludos
Me as
Me as traumatizaaadddoooo O.O me quedo con los printf(); T.T
Esto es batch, no C, no
Esto es batch, no C, no confundas...
Síp.
Y creo que mi "sutil" indirecta de que esto no va aquí ha pasado desapercibida por el autor de la hebra.
uff
uff gracias ya me asustaba O.O
Anda.
Llevo años programando en C/C++ y nunca había visto estas órdenes! (cof, cof, guiño, guiño) :P
Todos los comandos echo para
Todos los comandos echo para escribir en archivo estan mal:
echo "texto" >> archivo