weidu --traify baf/nthfile.baf --out baf-tra --traify-old-tra baf-tra/firstfile.tra
rename baf-tra/nthfile.tra baf-tra/firstfile.tra
I tried to make a batch file for win/dos that can traify any modification with the cycle:
for %%i in (*.baf) do (weidu --traify %%i --out new\%%i --logapp --log log_baf.txt)
But the second commad can't be added into the cycle (or I simply don't know how to do it?).
I imagine, if there will be a command line option like a
--out-tra X to set a TRA file to output with the --traify command, the cycle can be made with the only oitput of SETUP.tra:
for %%i in (*.baf) do (weidu --traify %%i --out new\%%i --out-tra SETUP.tra --traify-old-tra baf-tra/SETUP.tra --logapp --log log_baf.txt)
May I ask you to make it, mr.Bigg? Or it's too hard to realize?
Or maybe somebody know how to automate traifiing BAFs with appending strings into setup-mymod.tra?