Originally Posted by SLiprockS
Hi, you can try this out which may serve your purpose

Quote
alias FDD {
var %FDpath C:\Users\colt\Dropbox
/window @NEW | echo @NEW New Directory(s) Detected : $finddir(%FDpath,*.*,0,)
/window @NEW | echo @NEW New File(s) Detected : $findfile(%FDpath,*,0,1)
}


Thanks


Thanks for getting back to me, however - it's not how I want to see .. I see this when I ran that.
Code
New Directory(s) Detected : 1
New File(s) Detected : 3

and nothing else, I just want to display the new filename and new directory .. not numbers smile
Preferably want to announce into a channel where I and my other friend can view of any new items coming in.