mirror of
https://gitlab.silvrtree.co.uk/martind2000/booksnew.git
synced 2025-01-11 07:45:10 +00:00
6 lines
224 B
Batchfile
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
|