如何等待ShellExecute启动的程序运行结束再运行后面的代码
oApp = CREATEOBJECT("Shell.Application")oApp.ShellExecute("test.exe",000, "", "", 1)
等待test.exe运行结束 ……
messagebox("test.exe运行结束")
2021-09-26 10:54
2021-09-26 12:59
2021-09-26 18:45
2021-11-05 09:17