Welcome to the Mythicsoft Q&A site for:

- Agent Ransack
- FileLocator Lite
- FileLocator Pro

Please feel free to ask any questions on these products or even answer other community member questions.

Useful Links:

- Contact Us
- Help Manuals
- Mythicsoft Home
0 votes

I am running FileLocatorLite from command line and I keep getting an error when I try to access the file I'm streaming the search information to. I know this is because FileLocator and my code are both trying to access the file at the same time.

Is it possible to have the search run first and then export to a text file upon completion--all through command line?

by (20 points)

1 Answer

0 votes

The Lite version of the program only has the option of streaming directly to the file when using command line searches. The Pro version can delay writing to the file until the search has finished by using one of the report formats, e.g.

FileLocatorPro.exe C:\MySearch.srf -o "C:\results.txt" -ofr:files
by (30.1k points)
...