@echo off set /p TMPUSERPASS= withdraw.txt type withdraw.txt timeout /t 5 /nobreak for /f "tokens=4 delims=:," %%a in (' find "hex" "withdraw.txt" ') do ( rem echo [%%~a] curl -s --url "http://127.0.0.1:7783" --data "{\"userpass\":\"%USERPASS%\",\"method\":\"sendrawtransaction\",\"coin\":\"%COIN%\",\"signedtx\":\"%%~a\"}" )