Different results when running curator command at command prompt vs as a .bat file in windows

I'm attaching a snip of the command ran. I tried to attach all the debug info as a .doc, but this UI won't accept it. And it's too large to include here. There are a few references to the two indices that are caught as relevant when I run this manually. I don't see anything revealing in the log. Here is the end, as much as I can fit. You'll see it does reference the two indices that are caught as relevant if I run this manually, which are: casieo_index-2015.10.05 and casieo_index-2015.10.04:

2015-10-07 15:40:27,519 DEBUG curator.api.utils get_indices:27 All indices: [u'casieo_index', u'.marvel-2015.09.28', u'.marvel-2015.09.29', u'.marvel-2015.09.23', u'.marvel-2015.09.26', u'.marvel-2015.09.27', u'.marvel-2015.09.24', u'.marvel-2015.09.25', u'casieo_index-2015.10.05', u'casieo_index-2015.10.04', u'.marvel-2015.10.02', u'.marvel-2015.10.03', u'.marvel-2015.10.01', u'.marvel-2015.10.06', u'.marvel-2015.10.07', u'.marvel-2015.10.04', u'.marvel-2015.10.05', u'.marvel-2015.09.30', u'.marvel-kibana', u'iplocation_2015.10.06', u'customers-v2', u'customers-v1']
2015-10-07 15:40:27,519 DEBUG curator.cli.index_selection indices:72 Full list of indices: [u'casieo_index', u'.marvel-2015.09.28', u'.marvel-2015.09.29', u'.marvel-2015.09.23', u'.marvel-2015.09.26', u'.marvel-2015.09.27', u'.marvel-2015.09.24', u'.marvel-2015.09.25', u'casieo_index-2015.10.05', u'casieo_index-2015.10.04', u'.marvel-2015.10.02', u'.marvel-2015.10.03', u'.marvel-2015.10.01', u'.marvel-2015.10.06', u'.marvel-2015.10.07', u'.marvel-2015.10.04', u'.marvel-2015.10.05', u'.marvel-2015.09.30', u'.marvel-kibana', u'iplocation_2015.10.06', u'customers-v2', u'customers-v1']
2015-10-07 15:40:27,519 DEBUG curator.cli.index_selection indices:89 All filters: [{'timestring': u'm.d', 'pattern': '(?P\m\.\d)', 'groupname': 'date', 'method': 'older_than', 'time_unit': 'days', 'value': 1}, {'pattern': '^casieo_index-.*'}] 2015-10-07 15:40:27,519 DEBUG curator.cli.index_selection indices:94 Filter: {'timestring': u'm.d', 'pattern': '(?P<date>\\m\\.\\d)', 'groupname': 'date', 'method': 'older_than', 'time_unit': 'days', 'value': 1} 2015-10-07 15:40:27,520 DEBUG curator.cli.index_selection indices:94 Filter: {'pattern': '^casieo_index-.*'}
2015-10-07 15:40:27,520 INFO curator.cli.index_selection indices:98 Pruning Kibana-related indices to prevent accidental deletion.
2015-10-07 15:40:27,520 WARNING curator.cli.index_selection indices:152 No indices matched provided args: {'timestring': u'm.d', 'newer_than': None, 'older_than': 1, 'time_unit': 'days', 'suffix': None, 'all_indices': False, 'index': (), 'exclude': (), 'prefix': u'casieo_index-', 'regex': None}