Hi
When assessing your "Fully Opensource" implementation of par2 for the windows , your efforts seem to be the most up to date, functional, and well supported version available. However, there is a small feature that is missing from your implementation that I really need which is the @FileList feature.
An example of this feature in use looks like this:
I:\test\par2.exe c -B I:\ I:\test\mydata.par2 @i:\test\filelist.txt.
I understand that others are likely using Powershell wrappers to simulate this missing @FileList feature. However unfortunately, these methods doesn't seem to work for my specific requirements.
Consequently, I have taken the liberty of modifying your source code and recompiling it to include this missing functionality.
It was actually pretty easy to make the required changes and only required the one file "commandline.cpp" to be modified.
At any rate, I don't really want to create a fork of your work and I believe you are likely the best person to support and maintain this small change moving forward.
I have included the diff and my new commandline.cpp file in this ticket.
Thanks
sussjb99
commandline_cpp_dif.txt
commandline_cpp.txt
Hi
When assessing your "Fully Opensource" implementation of par2 for the windows , your efforts seem to be the most up to date, functional, and well supported version available. However, there is a small feature that is missing from your implementation that I really need which is the @FileList feature.
An example of this feature in use looks like this:
I:\test\par2.exe c -B I:\ I:\test\mydata.par2 @i:\test\filelist.txt.
I understand that others are likely using Powershell wrappers to simulate this missing @FileList feature. However unfortunately, these methods doesn't seem to work for my specific requirements.
Consequently, I have taken the liberty of modifying your source code and recompiling it to include this missing functionality.
It was actually pretty easy to make the required changes and only required the one file "commandline.cpp" to be modified.
At any rate, I don't really want to create a fork of your work and I believe you are likely the best person to support and maintain this small change moving forward.
I have included the diff and my new commandline.cpp file in this ticket.
Thanks
sussjb99
commandline_cpp_dif.txt
commandline_cpp.txt