/ Published in: Bash
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
REM editar el path y la búsqueda.
dir \\server\directorio\de\origen\*busqueda* /b >> temp.txt
REM editar el path de origen (igual al anterior) y de destino
for /f %%f in (to_copy.txt) do (
xcopy /y \\server\directorio\de\origen\%%f c:\directorio\de\destino
)
del temp.txt
PAUSE
Comments
 Subscribe to comments
                    Subscribe to comments
                
                