Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for crc32_php.bat

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

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

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