vbscriptでポップアップが出ないパッチファイル
機能:
Windowsシリーズのすべてのバッチファイルに適用
popup.sh
DIM objShell
set objShell=wscript.createObject(“wscript.shell")
iReturn=objShell.Run(“cmd.exe /C xxxx.bat", 0, TRUE)
Coding Changes the World
機能:
Windowsシリーズのすべてのバッチファイルに適用
popup.sh
DIM objShell
set objShell=wscript.createObject(“wscript.shell")
iReturn=objShell.Run(“cmd.exe /C xxxx.bat", 0, TRUE)