0 votes

I have a search criteria file. How do I execute it from a command line? I want to schedule it to run every month.

by (25 points)

1 Answer

+1 vote

Simply specify the SRF file as the first argument, e.g.

AgentRansack.exe "C:\SavedSearch.srf" -o "C:\Results.txt"
by (30.1k points)
...