Red de conocimiento informático - Problemas con los teléfonos móviles - Comando de shell VB vbhide

Comando de shell VB vbhide

DIM objShell

set objShell=wscript.createObject("wscript.shell")

iReturn=objShell.Run("cmd.exe /C c:\a.exe", 0 , VERDADERO)

Escritura VBS.

shell "c:\a.exe",vbhide

escritura VBS

escritura VBS.