<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>批处理之家 - BAT新大陆</title>
    <link>http://www.bathome.net/forum-48-1.html</link>
    <description>Latest 20 threads of BAT新大陆</description>
    <copyright>Copyright(C) 批处理之家</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 30 Apr 2026 17:18:42 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.bathome.net/static/image/common/logo_88_31.gif</url>
      <title>批处理之家</title>
      <link>http://www.bathome.net/</link>
    </image>
    <item>
      <title>Win10纯cmd实现字符模式真彩显示(VT100)</title>
      <link>http://www.bathome.net/thread-60616-1-1.html</link>
      <description><![CDATA[从523066680的发现取光标位置开始才知道ansi，发现win10控制台对ansi的支持挺强大的，不知道是从什么时候起可以自定义显示真彩的。
有其它版操作系统的可尝试一下。

http://bbs.bathome.net/thread-58523-1-1.html ...]]></description>
      <category>BAT新大陆</category>
      <author>netbenton</author>
      <pubDate>Sun, 07 Nov 2021 13:37:21 +0000</pubDate>
    </item>
    <item>
      <title>[转载]CMD获取当前光标坐标、位置</title>
      <link>http://www.bathome.net/thread-58523-1-1.html</link>
      <description><![CDATA[偶然看到的一个问答

get-cursor-position-via-windows-10-console-vt-100-escape-sequence其他参考：
https://www.dostips.com/forum/viewtopic.php?t=9454]]></description>
      <category>BAT新大陆</category>
      <author>523066680</author>
      <pubDate>Fri, 07 May 2021 00:56:54 +0000</pubDate>
    </item>
    <item>
      <title>[转]不需要choice.exe和回车就能获得按键输入的方法/黑科技</title>
      <link>http://www.bathome.net/thread-41643-1-1.html</link>
      <description><![CDATA[不知道以前有没有人发过？明天再注明出处 :b


===================引用自===================
一个批处理版本的2048游戏
https://rosettacode.org/wiki/2048#Batch_File]]></description>
      <category>BAT新大陆</category>
      <author>523066680</author>
      <pubDate>Tue, 06 Sep 2016 15:56:52 +0000</pubDate>
    </item>
    <item>
      <title>FOR的新功能</title>
      <link>http://www.bathome.net/thread-15931-1-1.html</link>
      <description><![CDATA[你可能没见过以下这个被“拆解”的FOR，它是那样熟悉而又陌生！~
下次你需要比较多的注释或显示内容时，不必在每行开头加Rem、::、echo了，使用一个FOR就可以实现注释了。
连分行显示都考虑了！~
.

思路来自错误的尝试：http://www.bathome.net/thread-15748-1-1.html ...]]></description>
      <category>BAT新大陆</category>
      <author>cjiabing</author>
      <pubDate>Sun, 18 Mar 2012 16:27:56 +0000</pubDate>
    </item>
    <item>
      <title>仿批处理命令call参数列表 调用 多参数的变量型函数</title>
      <link>http://www.bathome.net/thread-15051-1-1.html</link>
      <description><![CDATA[最近和zm讨论中说到这个问题，之前的代码丢了，现在从自己盘里找了这个div子过程（例子比较典型）改造之：这是典型的call调用，div子过程共4个参数，
第一个参数为被除数，第二个为除数，第三个为小数的位数（精度），第四个为返回的变量名
调用后子过程没有改变父环境 ...]]></description>
      <category>BAT新大陆</category>
      <author>plp626</author>
      <pubDate>Tue, 20 Dec 2011 12:31:28 +0000</pubDate>
    </item>
    <item>
      <title>[分享]批处理利用set /p与重定向输入分行获取文本内容</title>
      <link>http://www.bathome.net/thread-13327-1-1.html</link>
      <description><![CDATA[起因是前几天的某个帖子中看到 cmd]]></description>
      <category>BAT新大陆</category>
      <author>CrLf</author>
      <pubDate>Sun, 17 Jul 2011 16:44:53 +0000</pubDate>
    </item>
    <item>
      <title>扩展ASCII码字符集0x00~0xff 批处理获取函数</title>
      <link>http://www.bathome.net/thread-12347-1-1.html</link>
      <description><![CDATA[----------------------------------------------------------------------------
原帖给出了字符集获取的背景和思路；因为叙述比较繁琐，考虑到大家阅读方便，现在打包；看重思路的坛友可在此下载原帖备份文件；

这里直接给出问题的解决方案：


然后是0x00字符的获取 ...]]></description>
      <category>BAT新大陆</category>
      <author>plp626</author>
      <pubDate>Tue, 17 May 2011 12:15:43 +0000</pubDate>
    </item>
    <item>
      <title>[分享]批处理多行回退（规律讨论篇）</title>
      <link>http://www.bathome.net/thread-11266-1-1.html</link>
      <description><![CDATA[全文由本人同步发表在个人qq空间：http://user.qzone.qq.com/841615149/infocenter
　　还记得刚刚接触批处理时很喜欢写特效，看着自己编写的代码在dos窗口中变成一幅幅跳动的画面时，心里那个成就感啊。。。可是，慢慢就发现用批写特效真的是很费劲，受到的限制太多了 ...]]></description>
      <category>BAT新大陆</category>
      <author>batman</author>
      <pubDate>Tue, 01 Mar 2011 15:09:41 +0000</pubDate>
    </item>
    <item>
      <title>批处理中得到回车符和换行符</title>
      <link>http://www.bathome.net/thread-6692-1-1.html</link>
      <description><![CDATA[包含换行符Lf的字符串交给 for /f 解析时，会将字符串理解为多行文本。]]></description>
      <category>BAT新大陆</category>
      <author>zqz0012005</author>
      <pubDate>Sat, 12 Dec 2009 05:48:40 +0000</pubDate>
    </item>
    <item>
      <title>批处理函数的高效另类应用（免call的哦！）</title>
      <link>http://www.bathome.net/thread-5861-1-1.html</link>
      <description><![CDATA[高速的真正的批处理函数应用方法！
并非调用子过程。。。

我想这次应该可以把批处理编程推向一个新的台阶。
目前只支持一个参数，
欢迎大家加入讨论。。。

[ 本帖最后由 netbenton 于 2009-9-22 13:10 编辑 ] ...]]></description>
      <category>BAT新大陆</category>
      <author>netbenton</author>
      <pubDate>Mon, 21 Sep 2009 14:46:22 +0000</pubDate>
    </item>
  </channel>
</rss>