<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>寂静的深海 &#187; errorlevel</title>
	<atom:link href="http://www.deepseath.com/?feed=rss2&#038;tag=errorlevel" rel="self" type="application/rss+xml" />
	<link>http://www.deepseath.com</link>
	<description></description>
	<lastBuildDate>Mon, 29 Jan 2024 09:55:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>详细的DOS命令说明</title>
		<link>http://www.deepseath.com/?p=242</link>
		<comments>http://www.deepseath.com/?p=242#comments</comments>
		<pubDate>Mon, 14 Jul 2008 11:53:27 +0000</pubDate>
		<dc:creator>Deepseath</dc:creator>
				<category><![CDATA[日积月累]]></category>
		<category><![CDATA[bat]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[echo 2]]></category>
		<category><![CDATA[errorlevel]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Win2003]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.deepseath.com/?p=242</guid>
		<description><![CDATA[1 echo 和 @ 回显命令 @　　　　　　　　 #关闭单行回显 echo off　　　　　 #从下一行开始关闭回显 @echo off　　　　　 #从本行开始关闭回显。一般批处理第一行都是这个 echo on　　　　　　 #从下一行开始打开回显 echo　　　　　　　 #显示当前是 echo off 状态还是 echo on 状态 echo.　　　　　　 #输出一个”回车换行”，空白行 　　　　　　　　  #(同echo, echo; echo+ echo[ echo] echo/ echo) 2 errorlevel echo %errorlevel% 每个命令运行结束，可以用这个命令行格式查看返回码 默认值为0，一般命令执行出错会设 errorlevel 为1 3 dir 显示文件夹内容 dir　　　　　　　 #显示当前目录中的文件和子目录 dir /a　　　　　　 #显示当前目录中的文件和子目录，包括隐藏文件和系统文件 dir c: /a:d　　　　 #显示 C [...]]]></description>
		<wfw:commentRss>http://www.deepseath.com/?feed=rss2&#038;p=242</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
