SyntaxFix
Write A Post
Hire A Developer
Questions
Dim shll : Set shll = CreateObject("WScript.Shell") Set Rt = shll.Exec("Notepad") : wscript.sleep 4000 : Rt.Terminate
Run the process with .Exec.
.Exec
Then wait for 4 seconds.
After that kill this process.