Answers for "how to open cmd with vbd"

VBA
1

how to open cmd with vbd

'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'
Posted by: Guest on December-25-2020
0

how to open cmd with vbd

'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'
Posted by: Guest on May-08-2021

Code answers related to "VBA"

Browse Popular Code Answers by Language