ABA*_*UNT 2 directory loops batch-file
我想知道如何创建一个bat文件来执行在特定目录中找到的所有其他bat文件?
Ale*_* K. 5
单程
for %%f in (c:\xxx\*.bat) do ( call %%f )
(要从同一文件夹运行它,您需要排除执行文件)
if %%f neq %0.bat ( call %%f )
归档时间:
12 年,11 月 前
查看次数:
175 次
最近记录: