<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "如何在DOS Batch中跑100次的迴圈"]]></title>
		<link>https://forum.andowson.com/posts/list/15.page</link>
		<description><![CDATA[Latest messages posted in the topic "如何在DOS Batch中跑100次的迴圈"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>如何在DOS Batch中跑100次的迴圈</title>
				<description><![CDATA[ 最近想要測試重複執行某個動作非常多次，結果是否一致時（例如發送100封信是否每封都有收到），需要能控制跑迴圈的次數，找到了下面的方法： 
<br>
[code=bat]for /l %%i in (1 1 100) do (echo %%i)[/code] 
<br>
參考資料: 
<br>
[url=http://hksan.net/forum/index.php?showtopic=12177]我想寫一個做50,000次的DOS batch for loop[/url]]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/405/773.page</guid>
				<link>https://forum.andowson.com/posts/preList/405/773.page</link>
				<pubDate><![CDATA[Fri, 26 Feb 2010 18:43:17]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
	</channel>
</rss>