Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for bin2dec_php.bat

(view source code of bin2dec_php.bat as plain text)

  1. :: https://www.robvanderwoude.com/batchphp.php
  2. :: Usage:  "bin2dec 1101" returns "13"
  3. @PHP -r print(bindec(%~1));
  4.  

page last modified: 2024-02-26; loaded in 0.0135 seconds