vbs run command and send input code example
Example: vbs run command and send input
Set oExec = oShell.Exec("manage-bde -unlock D: -pw")
oExec.stdIn.Write "" & vbCrlf
Set oExec = oShell.Exec("manage-bde -unlock D: -pw")
oExec.stdIn.Write "" & vbCrlf