バックグラウンドでバッチを実行する。
BScriptを使いましょう。
以下の部分をrun.vbsとか名前を付けて保存して下さい。
以下の部分をrun.vbsとか名前を付けて保存して下さい。
Dim WShell
Set WShell = WSCript.CreateObject("WScript.Shell")
WShell.Run "test.bat test para",0 '非表示で実行
Set WShell = WSCript.CreateObject("WScript.Shell")
WShell.Run "test.bat test para",0 '非表示で実行
0 件のコメント:
コメントを投稿