Thank you, mikrom, but I already do this :)
A bit revised fragment of my the script below:
sst2 = CHARIN(src_file,,1024*1024*4)
string_size = LENGTH(sst2)
IF string_size>5000 THEN DO
tmp_file='tmp_'||MD5(src_file)||'.bin'
RC3=SysFileDelete(tmp_file)...
Hi!
I have a script, which works like rsync, but it's very slow, because count MD5 using pure rexx. I have DLL for OS/2, very old, srxfunc.dll by Daniel Hellerstein, but can't find anything for Windows-32 bit.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.