ping localhost -n (your time) >nul
Run Code Online (Sandbox Code Playgroud)
例子
@echo off
title Test
echo hi
ping localhost -n 3 >nul && :: will wait 3 seconds before going next command (it will not display)
echo bye! && :: still wont be any spaces (just below the hi command)
ping localhost -n 2 >nul && :: will wait 2 seconds before going to next command (it will not display)
@exit
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
83018 次 |
| 最近记录: |