I'm using the following line to place in stuff in folders named by the day but that gives me 8,9,10 which doesn't sort properly
Additional=AutoExport=D:\Obits\2007\01Jan{:day}\;101
Secondly, is there something I could add to the the above line that would save files as .mht? I've read about 'Put files to' but I'm not sure how use it.
Thanks
Best regards,
Oleg Chernavin
MP Staff
Will this save as .mht "Additional=AutoExport=D:\Obits\2007\01Jan{:day}\;1012"?
It will give you:
01, 02, 03,...., 09, 10, 11, ...., 31
> Will this save as .mht "Additional=AutoExport=D:\Obits\2007\01Jan{:day}\;1012"?
Yes, I would suggest you to change it to include .mht extension:
Additional=AutoExport=D:\Obits\2007\01Jan{:day}.mht;1012
Oleg.