To render a text with mogrify
use it like this:
mogrify [options] input-file
Taking one of your examples:
mogrify -annotate +100+100 '26082015' test.png
Per the manual the last argument on the command line is the file that needs to be processed. So, first you specify options and after that filename.