(view source code of md5_php.bat as plain text)
:: https://www.robvanderwoude.com/batchphp.php
:: Usage: "MD5 teststring" returns the MD5 checksum for "teststring"
@IF NOT "%~1"=="" PHP.EXE -r "print(md5('%~1'));"
page last modified: 2024-04-16; loaded in 0.0047 seconds