|
Here is an example of Command line automation syntax. Command line automation is created in Notepad and saved with a .bat extension. This particular command will open FoxtrotOne > open the specified script > run the script > close FoxtrotOne.
"C:\Program Files\Foxtrot Suite\FoxtrotOne.exe" /Open C:\Program Files\Foxtrot Suite\your file here.fsp /Run /Exit
This example for Foxtrot LE will open Foxtrot LE import data base, Select correct sheet, use an import template, load the script, run in silent mode, unmark all records, run the script, exit Foxtrot.
"C:\Program Files\Foxtrot Suite\FTClient.exe" /I J:\CustSrv\Data\IBTrkData.XLS!FTData, J:\CustSrv\Data\IBFTSrch.FFD /L , J:\CustSrv\Script\S1NOACCT.fsf, S1NOACCTMAIN /S /U /R /E |