“Cómo abrir CMD con VBD” Código de respuesta

Cómo abrir CMD con 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

Cómo abrir CMD con 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

Respuestas similares a “Cómo abrir CMD con VBD”

Preguntas similares a “Cómo abrir CMD con VBD”

Más respuestas relacionadas con “Cómo abrir CMD con VBD” en VBA

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código