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.
私は今これを手に入れました:
@echo off :Start start /w run.exe goto start
プログラムを閉じるときに何も聞かれないようにしたいですrun.exe。
run.exe
start /w を省略してください
@echo off :Start run.exe goto Start