booksnew/tools/mirror.bat
2015-07-15 14:15:01 +01:00

6 lines
224 B
Batchfile

@echo off
rmdir c:\tmp\scottishpower /s /q
mkdir c:\tmp\scottishpower
xcopy /M /S /Y c:\www\scottishpower\*.* c:\tmp\scottishpower
del c:\tmp\scottishpower.lst /f /q
dir c:\tmp\scottishpower /s /b > c:\tmp\scottishpower.lst