I want to message the channel like this:

DJSi> NEW UPLOAD: File SystemStats-26-03-2004.dat uploaded.

Obviously systemstats.dat being an example file. It doesn't need to show all the FTP commands/transfers etc.

As you can see from that filename, what mainly changes is the date. If we could do something like this:

alias myCheckingAlias {
if $isfile(c:\systemstats-%day%-%month%-%year%.dat) { msg #chan file %found% exists }
else msg #chan file doesn't exist
}

I realise thats not the proper syntax, the bits in % % being variables and %found% being the file found: "SystemStats-26-03-2004.dat" If it could do something like that it would be perfect! grin