Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for crc32hex_php.bat

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

  1. :: https://www.robvanderwoude.com/batchphp.php
  2. :: Usage:  "crc32 teststring" returns the CRC32 checksum for "teststring" in hexadecimal format
  3. @IF NOT "%~1"=="" PHP.EXE -r "print('0x'.strtoupper(dechex(crc32('%~1')&0xFFFFFFFF)));"
  4.  

page last modified: 2024-04-16; loaded in 0.0158 seconds