<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.hgotoh.jp/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>努力したWiki - documents:tools:batch</title>
        <description>推敲の足りないメモ書き多数</description>
        <link>https://wiki.hgotoh.jp/</link>
        <lastBuildDate>Tue, 28 Apr 2026 19:27:38 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.hgotoh.jp/_media/wiki/logo.png</url>
            <title>努力したWiki</title>
            <link>https://wiki.hgotoh.jp/</link>
        </image>
        <item>
            <title>バッチ処理ツール</title>
            <link>https://wiki.hgotoh.jp/documents/tools/batch/start</link>
            <description>バッチ処理ツール</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 05 Nov 2023 07:38:35 +0000</pubDate>
        </item>
        <item>
            <title>ランダムな内容のテキストファイルを大量に書き出す</title>
            <link>https://wiki.hgotoh.jp/documents/tools/batch/tools-001</link>
            <description>ランダムな内容のテキストファイルを大量に書き出す

2015年12月26日

.NET Framework 4 がサポートされなくなるので、4.5.2や4.6へのアップグレードを推奨します。

公開しているexeは.NET Framework 4.5.2や4.6でも実行可能です。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 05 Nov 2023 21:01:59 +0000</pubDate>
        </item>
        <item>
            <title>複数プログラムを指定できるSTARTコマンド</title>
            <link>https://wiki.hgotoh.jp/documents/tools/batch/tools-011</link>
            <description>複数プログラムを指定できるSTARTコマンド

2016年01月27日

指定するファイル名に空白が含まれていると実行できない場合があるので対処。

2014年12月9日

dummy.bat いちいち書くの面倒、と言うことなのでシンタックスシュガー dummyfile を追加。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 01 Nov 2024 16:25:31 +0000</pubDate>
        </item>
        <item>
            <title>バッチファイルで使うWAITコマンド的なもの</title>
            <link>https://wiki.hgotoh.jp/documents/tools/batch/tools-012</link>
            <description>バッチファイルで使うWAITコマンド的なもの

2021年10月09日

Win10だとWMIの結果が違うっぽいのでソースの

	&quot; while (0 &lt; pcount);&quot;

を

	&quot; while (1 &lt; pcount);&quot;

に直して使ってくださいな。

2015年12月26日</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 01 Nov 2024 16:25:31 +0000</pubDate>
        </item>
        <item>
            <title>指定ディレクトリにあるプログラム群を並列実行するコマンド</title>
            <link>https://wiki.hgotoh.jp/documents/tools/batch/tools-013</link>
            <description>指定ディレクトリにあるプログラム群を並列実行するコマンド

2016年06月22日

バッチファイル名に‟&amp;”が含まれていると実行ができなかったのを修正。

※このプログラムは .NET Framework 4.5.2の環境下で動作を確認しています。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 05 Nov 2023 21:02:39 +0000</pubDate>
        </item>
    </channel>
</rss>
