It doesn't have to be added into the GUI. I would be perfectly happy with an ini tweak
edit: this is not a huge deal, but it would save me a couple clicks. If it will take a lot of work and nobody else cares about it then don't waste your time.
The new loadsearch command is all you need to fulfill your wildest search template dreams. Comes with next upload...eurytos wrote:I would like to be able to set the option 'Run Search at Once' per template instead of all or nothing. Usually I prefer to run the search at once but I have a couple that I don't.
admin wrote:The new loadsearch command is all you need to fulfill your wildest search template dreams. Comes with next upload...eurytos wrote:I would like to be able to set the option 'Run Search at Once' per template instead of all or nothing. Usually I prefer to run the search at once but I have a couple that I don't.
Code: Select all
// loadsearch <template>[, <options>]
// <options> = r,l,e,x (defaults to rl)
// r = run search at once
// l = load search location
// e = load excluded folders
// x = none of the above
"Friday Backup Check (RUN MONDAY MORNING) : t1"
// Load Search Location
loadsearch "Friday Backup Check (RUN MONDAY MORNING)", rl;
"Monday Backup Check (RUN TUESDAY MORNING) : t2"
// Load Search Location
loadsearch "Monday Backup Check (RUN TUESDAY MORNING)", rl;
"Tuesday Backup Check (RUN WEDNESDAY MORNING) : t3"
// Load Search Location
loadsearch "Tuesday Backup Check (RUN WEDNESDAY MORNING)", rl;
"Wednesday Backup Check (RUN THURSDAY MORNING) : t4"
// Load Search Location
loadsearch "Wednesday Backup Check (RUN THURSDAY MORNING)", rl;
"Thursday Backup Check (RUN FRIDAY MORNING) : t5"
// Load Search Location
loadsearch "Thursday Backup Check (RUN FRIDAY MORNING)", rl;