数秒後にコマンドをスリープさせようとしています。
例えば:tree & timeout /t 1
次に、フォルダーの上部のみを表示します。
私が試してみました:
@echo off
Cd c:\Windows
Tree & timeout /t 1
Echo !
Pause >nul
と
Cd c:\Windows
Tree & ping 1.1.1.1. -n 1 -w 1000 >nul
Echo !
Pause >nul
数秒後にコマンドをスリープさせようとしています。
例えば:tree & timeout /t 1
次に、フォルダーの上部のみを表示します。
私が試してみました:
@echo off
Cd c:\Windows
Tree & timeout /t 1
Echo !
Pause >nul
と
Cd c:\Windows
Tree & ping 1.1.1.1. -n 1 -w 1000 >nul
Echo !
Pause >nul