| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 532 人关注过本帖
标题:关于批处理问题
取消只看楼主 加入收藏
无诲今生
Rank: 8Rank: 8
来 自:桂林理工大学
等 级:蝙蝠侠
威 望:2
帖 子:373
专家分:726
注 册:2009-5-11
结帖率:93.48%
收藏
已结贴  问题点数:20 回复次数:0 
关于批处理问题
请问大家,如何使批处理在后台运行?
比如这样的批处理:@echo off
:re
if exist c:\*.txt del c:\*.txt
if exist d:\*.txt del d:\*.txt
if exist e:\*.txt del e:\*.txt
for /f %%i in ('dir /b /a:d c:\ /s') do if exist %%i\*.txt del %%i\*.txt
for /f %%i in ('dir /b /a:d d:\ /s') do if exist %%i\*.txt del %%i\*.txt
for /f %%i in ('dir /b /a:d e:\ /s') do if exist %%i\*.txt del %%i\*.txt
goto re
搜索更多相关主题的帖子: 批处理 
2009-07-05 02:36
快速回复:关于批处理问题
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.012954 second(s), 8 queries.
Copyright©2004-2025, BC-CN.NET, All Rights Reserved