Try this:
  • alias releases {
    var %file = D:\Notify\Systemstats- $+ $asctime(dd-mm-yyyy) $+ .dat
    if $isfile(%file) { msg #blah File uploaded - $nopath(%file) }
    else msg #blah no file uploaded.
    }
(the unknown 'box' is the Ctrl+B bold code. See /help control codes for more)