Search found 4 matches

by tnowakow
October 7th, 2014, 9:08 am
Forum: General Help
Topic: Invalid par2 files, cannot verify or repair - again
Replies: 33
Views: 29861

Re: Invalid par2 files, cannot verify or repair - again

ok, thanks for the quick reply Shypike. If I don't have anything in queue would it be safe to say I can go between versions or is that a bad idea? I'm guessing the latter holds true
by tnowakow
October 7th, 2014, 8:05 am
Forum: General Help
Topic: Invalid par2 files, cannot verify or repair - again
Replies: 33
Views: 29861

Re: Invalid par2 files, cannot verify or repair - again

Hi all, what version should I be pulling to get the new fixes? Right now I'm pulling develop but when I go to the website it tells be it hasn't been updated in a while 0.7.x says it's been updated a few days ago. Should I revert back to 0.7.x and not use 0.8.x?
by tnowakow
December 7th, 2011, 6:23 pm
Forum: Post-Processing Scripts
Topic: [BASH] How to create your own postprocessingscript
Replies: 30
Views: 82380

Re: [BASH] How to create your own postprocessingscript

That was it, thank you! I ended up having to do this: extract-xiso -xsd "$1" "$1/"*.iso Now my next attempt will be to write a 'smarter' script where it will check the number of iso's, extract the first, if successful then extract the second, if successful delete both iso's. I th...
by tnowakow
December 7th, 2011, 11:28 am
Forum: Post-Processing Scripts
Topic: [BASH] How to create your own postprocessingscript
Replies: 30
Views: 82380

Re: [BASH] How to create your own postprocessingscript

Hi guys, this is a great thread so thank you! I'm trying to write a simple script where it will unpack an iso file for me. Here is my code; #!/bin/sh extract-xiso -xsd $1 $1/*.iso Problem is that the error I got is: open error: of No such file or directory extract-xiso is in my $PATH and running it ...