枚举显示批处理bat

枚举显示.bat复制代码 代码如下:@e...

枚举显示.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)

Related Posts

Comments are closed.