How To Open Cmd With Vbd

[Solved] How To Open Cmd With Vbd | Vb - Code Explorer | yomemimo.com
Question : how to open cmd with vbd

Answered by : thoughtless-toad-ecyfw9z1mzyg

'Dim oShell
Set oShell = WScript.CreateObject ("WScript.Shell")
oShell.run "cmd.exe /C copy ""S:Claims\Sound.wav"" ""C:\WINDOWS\Media\Sound.wav""
Set oShell = Nothing'

Source : https://stackoverflow.com/questions/16087470/run-command-line-command-from-vbs | Last Update : Fri, 01 Jan 21

Answers related to how to open cmd with vbd

Code Explorer Popular Question For Vb