Execute Batch file in Silent mode (no cmd window) / 以無 dos 命令列視窗執行 .bat
June 21st, 2010今天無意中看到正解,沒想到超簡單,不必用以前的蠢方法啦!
----- without a window----- @echo off start /B Myapp.exe ---- minimized ---- @echo off start /MIN Myapp.exe
今天無意中看到正解,沒想到超簡單,不必用以前的蠢方法啦!
----- without a window----- @echo off start /B Myapp.exe ---- minimized ---- @echo off start /MIN Myapp.exe
Tagged with: batch, dos, programming, 程式設計
This entry was posted on Monday, June 21st, 2010 at 6:21 pm and is filed under 學習工作, 工作, 程式. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Phanix’s Blog is proudly powered by WordPress | Bob
Leave a Reply