Hi,I want to ask how to launch two processes(auctually 2 batch files) on the same time?What's more, I have to check if both processes are finished.How can I do that?Thanks!
Hi, I am now making an installer which needs to provide the UI for user input a server IP. And the request is to check the server time zone if is consistent with the local time zone.How can I do that?
CHANDINATHREDDY wrote:hi you can write an custom action to retrive the time zone and then use it for further use.Dim oWMIService, oComputer, colComputerDim strComputerstrComputer = “.”Set oWMIService = GetObject(“winmgmts:” _& “{impersonationLevel=im...