S
Someone
Hi
When i run this vbs script :
Set WshShell = WScript.CreateObject("WScript.Shell")
set objFS = CreateObject("Scripting.FileSystemObject")
Return = WshShell.Run("notepad ", 1, true)
return = wshShell.Run ("explorer.exe ", 1, true)
return = wshShell.Run ("regedit ", 1, true)
Why doesn't the script correctly runs ? it should run regedit only after
explorer is closed, but it runs both.
It's XPe with SP1.
Any idea ?
Thanks in adavnce for any help
Jorge
When i run this vbs script :
Set WshShell = WScript.CreateObject("WScript.Shell")
set objFS = CreateObject("Scripting.FileSystemObject")
Return = WshShell.Run("notepad ", 1, true)
return = wshShell.Run ("explorer.exe ", 1, true)
return = wshShell.Run ("regedit ", 1, true)
Why doesn't the script correctly runs ? it should run regedit only after
explorer is closed, but it runs both.
It's XPe with SP1.
Any idea ?
Thanks in adavnce for any help
Jorge