<i><b>Originally posted by : Arlene</b></i><br /><br />Is there a way to make VBScript wait till the shell command gets executed when a shell command is issued from VBScript using Wscript object instead of using sleep command
<i><b>Originally posted by : Michael Elfial (michael@newobjects.com)</b></i><br />See the WshShell.Run method - last parameter specifies finish waiting policy. I've used it to update the FS security in one installation script. The only problem I have was that on NT4 WshShell is not functional if there is no logged on user locally.<br /><br /><br />------------<br />Arlene at 6/20/2001 3:35:41 PM<br /><br /><br />Is there a way to make VBScript wait till the shell command gets executed when a shell command is issued from VBScript using Wscript object instead of using sleep command
Was this answer helpful ?
Yes No