LoginSignup
1
3

More than 5 years have passed since last update.

TIMEOUTコマンドの出力を非表示にする

Posted at

サイレントモードでTimeoutコマンドを実行

「n 秒待っています。続行するには何かキーを押してください ...」という表示を出さない方法のメモ

nulにリダイレクトする

@echo off
timeout /t 3 >nul

参照元

1
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3