08/04/04 21:39:16 Ay64TDSI0
>>148
Set WSHShell = WScript.CreateObject("WScript.Shell")
WSHShell.Run "C:\PROGRA~1\*****001.exe"
WScript.Sleep(500)
WSHShell.Run "C:\PROGRA~1\*****002.exe"
WScript.Sleep(500)
WSHShell.Run "C:\PROGRA~1\*****003.exe"
WshShell = null
Wscript.Quit