Answers for "vbs run command and send input"

0

vbs run command and send input

Set oExec = oShell.Exec("manage-bde -unlock D: -pw")
oExec.stdIn.Write "<password>" & vbCrlf
Posted by: Guest on August-09-2020

Code answers related to "vbs run command and send input"

Browse Popular Code Answers by Language