I am trying to make button which would take selected folder as parameter and create par2 files in destination folder, with the same name as source folder.
So, imagine I have this on left side:
Selected Photograph
When selected and button pressed, in target directory there should exist Selected Photograph.par2 file.
Command I am using is this:
Code: Select all
par2j64.exe c /rr5 "e:\CRC\Selected Photograph.par2" "y:\Photos\Selected Photograph\*"
First, if possible, to select several folders and get several par2 files, with the filenames reflecting source folders (they all do have subfolders and files, but par2 will go to subfolders without problem)
Second, if first is not possible, to mark/select source folder, press button, and get par2 file in destination.
How would I achieve that? Is there better help page which would help me achieve my goals?