(view source code of bin2dec_php.bat as plain text)
:: https://www.robvanderwoude.com/batchphp.php
:: Usage: "bin2dec 1101" returns "13"
@PHP -r print(bindec(%~1));
page last modified: 2024-04-16; loaded in 0.0068 seconds