Page 1 of 1

frequencies specs

Posted: December 30th, 2020, 6:28 am
by AriSilva
I would like to execute a frequencies specs for several files, for example, non edited (raw data) and edited data.
I´ve created a fqf and a pff associated with it, no problem.
But, in the pff, I would like to specify a tbw file to save the frequencies output, because I am using a pffrunner and put the pffs there, trying to run it as a batch sequence.
How can I do that?

Re: frequencies specs

Posted: December 31st, 2020, 2:41 pm
by Gregory Martin
Unfortunately, CSPro 7.6 is not out yet, as this will be very easy in that version (since we've completely redone the frequency generator).

In the meantime, your best option is to add a .bat file to your Production Runner that renames the CSFrqRun.tbw file to the name that you want. Something like:
move /y CSFrqRun.tbw "The Name You Want.tbw"

Re: frequencies specs

Posted: January 7th, 2021, 1:13 pm
by AriSilva
thanks, Greg.