
例如我有十万个文本(TXT格式文本)
欲在每个文本的文章末尾追加内容,内容为::::新电子书(XINESHU.COM)::: - 全国格式最全的免费电子书下载网站
@echo off
for /f "delims=" %%i in ('dir /b *.txt') do (
echo :::新电子书(XINESHU.COM)::: - 全国格式最全的免费电子书下载网站>>"%%i"
)
pause
OK 完结!!
已经中了的话
attrib c:\windows\system32\sethc.exe -h
attrib c:\windows\system32\dllcache\sethc.exe -h
拷贝新的 c:\windows\system32\sethc.exe 文件到 c:\windows\system32\目录下;拷贝新的c:\windows\system32\dllcache\sethc.exe到c:\windows\system32\dllcache\目录下
此图为效果图
调用样式
HTML页加入:
<script type="text/javascript" src="highslide/highslide.js"></script>
<script type="text/javascript">
hs.graphicsDir = 'highslide/graphics/';
hs.outlineType = 'rounded-white';
window.onload = function() {
hs.preloadImages(5);
}
</script>
<link rel="stylesheet" type="text/css" href="highslide/highslide.css" />
调用
<a class="highslide" onclick="return hs.expand(this, {captionId: 'caption1'})" href="img/img.jpg"> <img title="Click to enlarge" height="120" alt="Highslide JS" src="img/img.jpg" width="107" /></a> </p>
<div class="highslide-caption" id="caption1">引用文本
点击下载此文件 [附件大小 129.02 KB
loading...