in reply to Re^4: sfv checker sting crc32
in thread sfv checker sting crc32

cd D:\String-CRC32-1.5
won't work. Either
cd /d D:\String-CRC32-1.5
(with "/d" Switch), or
D: cd \String-CRC32-1.5
should do.

And installing modules under bin instead of lib seems a bad idea, too.