
CODE: [Copy to clipboard]@echo off&setlocal enabledelayedexpansion
(for /f "delims=" %%i in (dpc.ini) do (
set str=%%i
if "!str:~0,6!"=="host =" set "str=host = 192.168.168.168"
echo !str!
))>#dpc.ini
start #dpc.ini
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |