gykkMFL (Multiple folders Listener) examples
Copy detected file to anothor location
Create a new .bat file (► copyfile.bat) and write following lines (change folders names) into it. Select "execute a program" from listener actions and select this .bat file.
copy %1 "C:\A Valid Folder Name\Another folder name"
exit /B