Vbs Run

[Solved] Vbs Run | Vb - Code Explorer | yomemimo.com
Question : vbs run

Answered by : httpsgithubcomgarzj

Set oShell = CreateObject("WScript.Shell")
' Run the command dir in a hidden window without waiting for it to finish
oShell.Run "dir", 0, false
' Run the command dir in a visible window and wait for it to finish
oShell.Run "dir", 1, true

Source : | Last Update : Mon, 24 Aug 20

Answers related to vbs run

Code Explorer Popular Question For Vb