cp: Es un comando de linux equivalente al "copy" de windows 
    pero con mas opciones. (ver con cp --help)

En este caso (copie.bat) lo uso para hacer copias de respaldo.
    Cada vez que se ejecuta con la opciones seleccionadas
    copia solamente los archivos que han sido modificados
    y numera las copias secuencialmente,
    manteniendo el nombre original la mas reciente.
    
   English   
cp: It is a Linux command equivalent to "copy" on windows
     but with more options. (see them with cp --help)

In this case (copie.bat) I use it to make backup copies.
     Each time it runs with the selected options
     it will copy only files that have been modified
     numbering them sequentially,
     keeping the original name the most recent.