利用bat 批次檔執行程式用start 你要執行的程式例如@echo off start calc.exe @echo on 則bat會把calc.exe叫起來後, 繼續作下一條指令。 如果想要讓這個執行的程式 ...
developlogs.tumblr.com