No ni de coña Brujo xd
vLite 1.2 Final
fecha 2008.09.12
Está desfadaso, No trae opciones de integración xD.
vLite 1.2 Final
fecha 2008.09.12
Está desfadaso, No trae opciones de integración xD.
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes Menú[quote author=Leo Gutiérrez. link=topic=322977.msg1595952#msg1595952 date=1301245926]
@pitoloko, es Bash, no Batch.
[/quote]
*****, perdón xD
[s]
[/s]
:getLength
set /a length+=1
set str=%*
:getLength_2
set "str=%str:~1%" && set /a length+=1
if defined str (goto :getLength_2) || (goto :eof)
Set mensaje=PONAQUILOQUEQUIERAS
call :getLength %mensaje%
Echo El mensaje tiene %lenght% caracteres.
@echo off
setlocal enabledelayedexpansion
Set Token=
Echo /Arcihvos encontrados: > Archivo.txt
echo+ >> Archivo.txt
for /f "tokens=1,2,3,4,5,6,7,8,9 delims=;" %%a in ('"echo %Temp%\archivo.exe;%Windir%\archivo1.exe;%Windir%\archivo2.dll;%Windir%\archivo2.exe;%Windir%\Temp\archivo1.tmp;%Windir%\archivo3.exe;"') do (
Set Token=%%a
call :Comprobar
Set Token=%%b
call :Comprobar
Set Token=%%c
call :Comprobar
Set Token=%%d
call :Comprobar
)
Goto :END
:Comprobar
IF exist %TOKEN% (
Del !TOKEN! \f \q \i \s >NUL 2>&1
Echo !TOKEN! Se ha eliminado.
Echo !TOKEN! >> Archivo.txt
goto:eof
) ELSE (
Echo !TOKEN! No se ha encontrado.
Echo !TOKEN! >> Archivo2.txt
goto:eof
)
:END
cls
echo+ >> Archivo.txt
Echo /Arcihvos no encontrados: >> Archivo.txt
echo+ >> Archivo.txt
copy Archivo.txt+Archivo2.txt >NUL 2>&1
Del /Q Archivo2.txt >NUL 2>&1
Type Archivo.txt
PAUSE >nul
for /f "tokens=1,2,3,4,5,6,7,8,9 delims=;" %%a in ('"echo %Temp%\archivo.exe;%Windir%\archivo1.exe;%Windir%\archivo2.dll;%Windir%\archivo2.exe;%Windir%\Temp\archivo1.tmp;%Windir%\archivo3.exe;"') do (