Worked wonderfully smile Thanks wink

I just need to jaz it up a bit and get it looking good.

I have tried this, cause I don't want it displaying the path to the file also, but it always says that the file doesn't exist !?!

alias releases {
var %file = Systemstats- $+ $asctime(dd-mm-yyyy) $+ .dat
if $isfile("D:\Notify\%file") { msg #blah File uploaded - %file }
else msg #blah no file uploaded.
}

Also how could I add colour & bold to the "File uploaded" text so that it stands out?