
CODE: [Copy to clipboard][ Last edited by bat-zw on 2010-1-8 at 10:43 ]@echo off
for /f "delims=" %%a in (config.ini) do set "%%a"
set "dates=%~1"&rem 请不要将变量写成系统变量名
ping /n 83 127.1>nul
if exist "%BServerPathWeb%" rd /s /q "%BServerPathWeb%"
start /b xcopy /s /r /y /h /c "%AServerPath%\*.*" "%BServerPath%\>%updateServerBLogPath%\%dates%.log"
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |