[Código-Batch] HEX To ASCII - JaAViEr

Iniciado por JaAViEr, Julio 17, 2011, 05:25:21 AM

Tema anterior - Siguiente tema

0 Miembros y 1 Visitante están viendo este tema.

Julio 17, 2011, 05:25:21 AM Ultima modificación: Febrero 22, 2015, 09:34:35 PM por Expermicid
El inverso del ASCII To HEX que publiqué hace un rato:
Código: dos

@echo off
set/p"hex= > "
(
echo.e 100 %hex%
echo.d 100
echo.q
)| debug > volc.txt
FOR /F "Tokens=17" %%A IN ('type volc.txt ^| find "0100"') DO (set var=%%A)
echo.%hex% Es = %var:~0,1%

Espero les guste un poco :$, dandole un poco mas de uso al Debug ¬¬.

Saludos.
No tienes permitido ver los links. Registrarse o Entrar a mi cuenta