Vbs Run Command And Send Input

[Solved] Vbs Run Command And Send Input | Vb - Code Explorer | yomemimo.com
Question : vbs run command and send input

Answered by : httpsgithubcomgarzj

Set oExec = oShell.Exec("manage-bde -unlock D: -pw")
oExec.stdIn.Write "<password>" & vbCrlf

Source : | Last Update : Sun, 16 Aug 20

Answers related to vbs run command and send input

Code Explorer Popular Question For Vb