retokenize tables

Kenneth Brody kenbrody at bestweb.net
Tue Jan 23 16:02:43 PST 2007


Quoting Chris Rendall (Tue, 23 Jan 2007 16:59:19 -0600):

> I'm running filePro 5.0.14 on SUSE Enterprise Linux and it acts like it
> is only using tokenized tables even though I specify dclerk.  Some of my
> processing tables have not been tokenized for a long time since I've
> only been using dclerk/dreport.  Is there a way to automate going
> through all my processing tables and create the tok file?

dclerk/dreport cannot be using precompiled tok files.  Unless, of
course, they're really just renamed copies of rclerk/rreport.

However, to answer your question, this will recompile all prc files
for a given filePro file:

    rcabe filename -ca

To do all filePro files:

    cd /appl/filepro    [change path as appropriate]
    for file in *
    do
        /appl/fp/rcabe $file -ca     [change path as appropriate]
    done

--
KenBrody at BestWeb dot net        spamtrap: <g8ymh8uf001 at sneakemail.com>
http://www.hvcomputer.com
http://www.fileProPlus.com


More information about the Filepro-list mailing list