Skip to content

Instantly share code, notes, and snippets.

@ytez
Last active May 24, 2022 01:38
Show Gist options
  • Save ytez/0a8971fd621b9f49234205edea439e2d to your computer and use it in GitHub Desktop.
Save ytez/0a8971fd621b9f49234205edea439e2d to your computer and use it in GitHub Desktop.
[BAT] CMDウィンドウのサイズを変更したい

[BAT] CMDウィンドウのサイズを変更したい

mode con: を使う。lines=50 cols=100 で大体正方形になる

@echo off
mode con: lines=50 cols=100
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment