Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特定のプロセスウィンドウを最大化する単純なメモ帳の.batファイルを作成したいだけです。それは可能ですか?
Startそれを行うには引数を取ります。
Start
START /MAX notepad.exe
ただし、すでに実行中のインスタンスの場合は、cmdの制御外です。