Dim WshShell
Set WshShell = WScript.CreateObject("WScript.Shell")
'Launch a couple of applications
WshShell.Run "NOTEPAD.EXE", 1, False
WshShell.Run "CALC.EXE", 1, False
WshShell.Run "WORDPAD.EXE", 1, False
29 maj 2008
Dim WshShell
Set WshShell = WScript.CreateObject("WScript.Shell")
'Launch a couple of applications
WshShell.Run "NOTEPAD.EXE", 1, False
WshShell.Run "CALC.EXE", 1, False
WshShell.Run "WORDPAD.EXE", 1, False