首页 > 编程 > BAT > 正文

枚举显示批处理bat

2020-06-09 13:39:16
字体:
来源:转载
供稿:网友
枚举显示.bat
代码如下:
@echo off
mode con:cols=80 lines=8
title 枚举显示
set tgt=%windir%
for /F "tokens=*" %%i in ('dir %tgt% /A- /B /S') do @(cls && echo %%i && for /L %%k in (1,1,100) do @ver>nul)
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表