Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for md5perl.bat

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

  1. :: http://www.robvanderwoude.com/batchphp.php
  2. :: Usage:  "MD5 teststring" returns the MD5 checksum for "teststring"
  3. @IF NOT "%~1"=="" perl -MDigest::MD5=md5_hex -le "print md5_hex '%~1'"
  4.  

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