Posted on 2010-01-15 12:47
S.l.e!ep.¢% 阅读(154)
评论(0) 编辑 收藏 引用
一切为了偷懒
@echo off
&&
setlocal EnableDelayedExpansion
echo std::
string
strPublicKeyFile;
>>
c:\result.txt
for
/
f
"
delims=
"
%%
a
in
(c:\\
public
.key)
do
echo strPublicKeyFile
+=
"
%%a\r\n
"
;
>>
c:\result.txt