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

Thank you! Its not a problem now that String-CRC32-1.5 folder is into bin folder right? And now the hard part of sfv script: Instructions says: "Put this perl script somewhere you can find it later and then i must execute this cmd "

 chmod +x /path/to/where/you/put/checker

What i must do next exactly? The sfv script in upper of the page i must copy the .txt file somewhere?

Replies are listed 'Best First'.
Re^4: sfv checker sting crc32
by soonix (Chancellor) on Oct 21, 2016 at 07:59 UTC
    chmod doesn't exist on Windows. Not needed in this case. It looks like Strawberry upon installation already associated the .pl extension with Perl, which means you can simply skip this step.

      And the script i post what exactly i must do with it?

      Probably i must copy the script somewhere?

      1.You will need to run cpan and install String::CRC32 -Done

      2.Put this perl script somewhere you can find it later ?

      3.chmod +x /path/to/where/you/put/checker ?

        Hmm… Concentrated on getting the script installed, and then realizing that it possibly won't work anyway…

        The script seems to make heavy assumptions about its environment, probably you'd have to make several changes to make it run on Windows. OTOH, googling around leads to a Windows client that already does "SFV checking"

        From the description within the script it is unclear wether the script is intended to run on the server or on the client.