booksnew/tools/mirror.bat

6 lines
224 B
Batchfile
Raw Normal View History

2015-07-15 13:15:01 +00:00
@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