PFTrack Documentation Command Line Usage  

Running Macros

Please note: command line control of PFTrack is only available to Enterprise customers.

The two command line arguments to run Python macro scripts are:

-run_macro /path/to/macro.py
-run_macro_force /path/to/macro.py

See the Macros and Python API chapter for more information. The force variant ignores certain conditions that would normally prevent a macro from running, such as when the application is busy processing, and it should be used sparingly!