“Como abrir CMD com VBD” Respostas de código

Como abrir CMD com 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'
Thoughtless Toad

Como abrir CMD com 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'
Clumsy Crayfish

Respostas semelhantes a “Como abrir CMD com VBD”

Perguntas semelhantes a “Como abrir CMD com VBD”

Mais respostas relacionadas para “Como abrir CMD com VBD” em VBA

Procure respostas de código populares por idioma

Procurar outros idiomas de código