' このプログラムはノートンが反応してしまう・・・(笑) Set objShell = WScript.CreateObject("WScript.Shell") WScript.Echo "はじまり" objShell.Run "notepad.exe" WScript.Echo "おしまい"