<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
 <title><![CDATA[DOS命令]]></title>
 <link><![CDATA[http://bbs.zhangshun.net/read.php?tid=183]]></link>
 <description><![CDATA[Latest 20 replies of DOS命令]]></description>
 <copyright><![CDATA[Copyright(C) Anime|Game - 秋忆]]></copyright>
 <generator><![CDATA[PHPWind Forums by PHPWind Studio]]></generator>
 <lastBuildDate><![CDATA[Sun, 10 May 2026 17:26:19 +0000]]></lastBuildDate>
  <image>
 <url><![CDATA[images//rss.gif]]></url>
 <title><![CDATA[PHPWind Board]]></title>
 <link><![CDATA[http://bbs.zhangshun.net]]></link>
 <description><![CDATA[Anime|Game - 秋忆]]></description>
  </image>
<item>
 <title><![CDATA[DOS命令 集合]]></title>
 <description><![CDATA[命令行扫描机器端口 
http://bbs.zhangshun.net/read.php?tid=178 

ftp 相关： 
http://bbs.zhangshun.net/read.php?tid=212 

查看什么程序占用了80端口 
http://bbs.zhangshun.net/read.php?tid=215 

记事本漏洞～SMB共享远程控制 
http://bbs.zhangshun.net/read.php?tid=219 

 ..]]></description>
 <link><![CDATA[http://bbs.zhangshun.net/read.php?tid=#349]]></link>
 <author><![CDATA[memoriesoff]]></author>
 <category><![CDATA[学习交流]]></category>
 <pubdate><![CDATA[Wed, 15 Jun 2011 08:19:02 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[DOS命令----替换]]></title>
 <description><![CDATA[将a.txt文件内的222替换成333，生成临时文件a.tmp
@echo off&amp;setlocal enabledelayedexpansion
for /f &quot;delims=&quot; %%i in (&#39;type &quot;a.txt&quot;&#39;) do (
&nbsp;&nbsp;&nbsp;&nbsp;set str=%%i
&nbsp;&nbsp;&nbsp;&nbsp;set &quot;str=!str:222=333!&quot;
&nbsp;&nbsp;&nbsp;&nbsp ..]]></description>
 <link><![CDATA[http://bbs.zhangshun.net/read.php?tid=#348]]></link>
 <author><![CDATA[memoriesoff]]></author>
 <category><![CDATA[学习交流]]></category>
 <pubdate><![CDATA[Wed, 15 Jun 2011 08:11:40 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[文件处理例]]></title>
 <description><![CDATA[功能一： 
将所选目录下的所有文件进行追加，生成一个新文件。 
例： 
zuijia.bat  .  new.txt 
就把当前目录下的所有文件（不限扩展名）的信息都保存到了new.txt文件里了。 

@echo off 
    type &quot;%~1\*.*&quot; &gt;%~2 
注意事项: 
 ..]]></description>
 <link><![CDATA[http://bbs.zhangshun.net/read.php?tid=#323]]></link>
 <author><![CDATA[memoriesoff]]></author>
 <category><![CDATA[学习交流]]></category>
 <pubdate><![CDATA[Fri, 17 Dec 2010 02:34:22 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[文件处理]]></title>
 <description><![CDATA[查找文件 
 for /f %%I in (&#39;dir /s/b c:\oracle\tnsnames.ora&#39;) do echo %%I 
指定路径 
for %%i in (c:,d:,e:,f:) do dir /s %%i\tnsnames.ora 

--追加文件 
--根目录 
@echo off 
for %%I in (d:,e:,f:) do ( 
for %%L in (.) do echo.&gt;&gt; %%I\tnsnames.ora 
type System.ZS.dll &gt;& ..]]></description>
 <link><![CDATA[http://bbs.zhangshun.net/read.php?tid=#322]]></link>
 <author><![CDATA[memoriesoff]]></author>
 <category><![CDATA[学习交流]]></category>
 <pubdate><![CDATA[Fri, 17 Dec 2010 02:33:12 +0000]]></pubdate>
</item>
</channel></rss>