Well what I wrote is basically this:
Code: Select all
if %C:\Users\apta\Desktop\Copia\New folder% GTR %C:\Users\apta\Desktop\Copiaaa\New folder% (
echo msgbox "Arquivo Novo" > %tmp%\tmp.vbs cscript /nologo %tmp%\tmp.vbs del %tmp%\tmp.vbs )
It will show a pop up message everytime the first folder is greater(has more files) than the other. Thanks for anyone that can help or at least read till here.
Cheers!