标题:关于批处理问题
取消只看楼主
无诲今生
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



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-278454-1-1.html




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

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