用记事本打开此文件,然后,利用菜单中的替换功能,就能实现。
我的博客:http://hi.baidu.com/onlytoi
@echo off
pushd C:\WINDOWS\system32\inetsrv
(for /f "tokens=1,2 delims==" %%i in (me.xml) do if "%%j"=="" (echo %%i ) else (if "%%i"=="WebPass" ( echo WebPass="test") else echo %%i=%%j))>temp.txt
move /y temp.txt me.xml