Página 1 de 1

Alternative ShellExecute ( AutoIt)

Publicado: 29 Jun 2012, 00:22
por M3

Código: Seleccionar todo

=================================
; Autor M3
; Alternative Shell Execute AutoIt
; Agradecimientos Black Zerox
; Uso : sShell(Ruta + exe)
;=================================

Func sShell($Path) 
Local $Shell = ObjCreate("shell.application") 
$Shell.ShellExecute($Path, "")
EndFunc