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

This is what help provides for AgentRansack.

AgentRansack.exe [saved search] | -o [output file] | -of? | -d [folder name] | -c [containing text] | -f [file name] | -cm | -fm | -s | -fd | -fx | -cr | -pa | -po | -ma [datetime] | -mb [datetime] | -h | -?

Can you provide any examples for AgentRansack to pass a date for -ma? Something like this?

AgentRansack.exe MyCriteria.srf -r -ma "2012-08-01"

by (730 points)

1 Answer

+1 vote
 
Best answer

You can use many different formats. Your OS settings will define what's acceptable, e.g. on Win 7 UK edition Windows here are just some of the valid formats:

-ma "20 june 2012"    
-ma "20/6/2012"  
-ma "20/6/12"  

Since what's acceptable can vary according to machine I recommend using your reverse date format if you want to use the command line on different machines, e.g.

-ma "2012-06-20"

If you want to load settings from a SRF file AND provide values at the command prompt you need to also include the -po switch, e.g.

agentransack.exe MySearch.srf -po -ma "2012-06-20"
by (30.1k points)

I was missing the -po option. Many thanks.

...