2.Make a vbScript file, BOO.vbs for example
contents with the script below:
Set ws = CreateObject("Wscript.Shell") ws.run "cmd /C FOO.bat",vbhide
3. Put the BOO.vbs with FOO.bat, or say, put the files into the same directory.
4. done.
Set ws = CreateObject("Wscript.Shell") ws.run "cmd /C FOO.bat",vbhide
0 件のコメント:
コメントを投稿