>Consider > > folder +bar; pick -after 10/10/2020 -seq foo; show foo > eek > >Assume have takes a while. How might I script it so that >I can change to a new folder while it's running?
Ummm ... I THINK this will work. Adjust as appropriate for your preferred shell: ( export MHCONTEXT=/tmp/context.$$; folder +bar; [.. rest here ...] ) --Ken
