automating from a script file
richard
richard at appgrp.net
Thu Jan 27 15:03:43 PST 2011
Rick Moorhead wrote:
>Can someone please give me some direction on how to run filePro process from
>outside of filePro using a script file? I want to automate some reports that
>I generate and run them automatically as a schedule task outside of filepro.
>I am running filePro Plus version 5.0 on Window XP.
>
>
>
>An example would be to run the following from a script.
>
>
>
>/fp/dreport control -FP daily_deposit -SR 1
>
>
>
>Any help would be appreciated.
>
>
>
>Thanks,
>
>
>
>Rick
>
>
>
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: http://mailman.celestial.com/pipermail/filepro-list/attachments/20110123/e92b875a/attachment.html
>_______________________________________________
>Filepro-list mailing list
>Filepro-list at lists.celestial.com
>Subscribe/Unsubscribe/Subscription Changes
>http://mailman.celestial.com/mailman/listinfo/filepro-list
>
>
>
>
>
Rick,
I did not see anyone give you a batch file example.
edit mybatch.bat
and add your lines;
SET PFDSK=C:
SET PFDIR=\appl
SET PFPROG=\appl
SET PFVER=ON
SET PFCMARK=10
/appl/fp/ control -FP daily_deposit -SR 1
You may need additional or different environment variables set, but this
is a basic example.
You may want to print to your filepro config.
Then as others have said, just use the task scheduller to run it when
you need to.
Richard D. Williams
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.celestial.com/pipermail/filepro-list/attachments/20110127/ffc17ddc/attachment.html
More information about the Filepro-list
mailing list