<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[有没有写批处理的高手进来一下]]></title>
 <link><![CDATA[http://42.193.176.42/read.php?tid=69934]]></link>
 <description><![CDATA[Latest 20 replies of 有没有写批处理的高手进来一下]]></description>
 <copyright><![CDATA[Copyright(C) 风云小站]]></copyright>
 <generator><![CDATA[PHPWind BLOG by PHPWind Studio]]></generator>
 <lastBuildDate><![CDATA[Mon, 06 Apr 2026 17:22:56 +0000]]></lastBuildDate>
  <image>
 <url><![CDATA[images/rss.gif]]></url>
 <title><![CDATA[PHPWind Board]]></title>
 <link><![CDATA[http://42.193.176.42]]></link>
 <description><![CDATA[风云小站]]></description>
  </image>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[受教了`箋
谢谢各位的无私]]></description>
 <link><![CDATA[http://42.193.176.42/read.php?tid=69934#1998798]]></link>
 <author><![CDATA[annybenz]]></author>
 <category><![CDATA[『 求助专区 』]]></category>
 <pubdate><![CDATA[Tue, 19 Jun 2007 08:33:48 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[那要看是什么程序了..
如果是运行不会自动退出的程序的话.
那你在删除之前就要加上
taskkill /f /im 1.exe
这样就可以删除了.]]></description>
 <link><![CDATA[http://42.193.176.42/read.php?tid=69934#1998266]]></link>
 <author><![CDATA[聚缘de雨季]]></author>
 <category><![CDATA[『 求助专区 』]]></category>
 <pubdate><![CDATA[Tue, 19 Jun 2007 04:55:25 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[恩。。不错楼上的可以解决这个问题，但是程序1 正在运行当中。。不关闭的话无法删除啊～～]]></description>
 <link><![CDATA[http://42.193.176.42/read.php?tid=69934#1998132]]></link>
 <author><![CDATA[水蜜桃]]></author>
 <category><![CDATA[『 求助专区 』]]></category>
 <pubdate><![CDATA[Tue, 19 Jun 2007 04:03:39 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[改一下.
@echo off
start C:\1.exe&nbsp; 
start C:\2.exe 
del C:\1.exe&nbsp; 
attrib -h -s -r -a %0 
del %0

只需要在运行的程序前面加上start 就可以了.]]></description>
 <link><![CDATA[http://42.193.176.42/read.php?tid=69934#1998106]]></link>
 <author><![CDATA[聚缘de雨季]]></author>
 <category><![CDATA[『 求助专区 』]]></category>
 <pubdate><![CDATA[Tue, 19 Jun 2007 03:59:07 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[我要写，也只能写这么多``
我也刚刚起步中，==看高手怎么写。]]></description>
 <link><![CDATA[http://42.193.176.42/read.php?tid=69934#1997528]]></link>
 <author><![CDATA[风云狼]]></author>
 <category><![CDATA[『 求助专区 』]]></category>
 <pubdate><![CDATA[Tue, 19 Jun 2007 02:57:46 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[比如说你要运行的两个exe位置为 C\1.exe&nbsp; 和 C:\2.exe 

@echo off
C:\1.exe&nbsp; 
C:\2.exe 
del C:\1.exe&nbsp; 
attrib -h -s -r -a %0 
del %0

但是这个批处理只能等你关闭第一的程序后，才能开始运行第二个。。。
俺这方面的水平不高，只能帮你到这啦。。 进一步的优化批处理就等高手来啦。]]></description>
 <link><![CDATA[http://42.193.176.42/read.php?tid=69934#1996528]]></link>
 <author><![CDATA[水蜜桃]]></author>
 <category><![CDATA[『 求助专区 』]]></category>
 <pubdate><![CDATA[Tue, 19 Jun 2007 01:15:29 +0000]]></pubdate>
</item>
</channel></rss>