
ok habe es jetzt so wie ich wollte
nicht schön aber geht so wie ich wollte
sieht so aus:
meine .bat
Zitat:
@echo on
del tastaa.txt /s/q
fciv.exe text.txt >> tasta.txt
ping localhost -n 1 >nul
for /f %%i in (tasta.txt) do (
set qu=%%i
echo %%i
)
echo %qu% >> tastaa.txt
del tasta.txt /s/q
pause
|
die text.txt,:
die tasta.txt die aber gleich wieder gelöscht wird:
Zitat:
//
// File Checksum Integrity Verifier version 2.05.
//
21232f297a57a5a743894a0e4a801fc3 text.txt
|
und die fertig tastaa.txt (also nur der hash aus text.txt):
Zitat:
21232f297a57a5a743894a0e4a801fc3
|
vielleicht brauch das mal noch jemand
und danke d03jo4n