联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
@echo off setlocal enabledelayedexpansion set "str=^<Font Face='宋体' Color='-16777216' Size='12'^>中国DOS联盟^</Font^>" ::set "str=中国DOS联盟" for /f "tokens=1-2 delims=中" %%a in ("%str%") do ( set "strTmp=%%a" if "!strTmp:~0,1!" neq "国" ( set "strTmp=%%b" ) ) set strGet=中!strTmp:~0,6! echo !strGet! pause