[AUTOIT] Alternativa (MyPathEx)

Iniciado por Expermicid, Julio 03, 2012, 11:32:42 AM

Tema anterior - Siguiente tema

0 Miembros y 1 Visitante están viendo este tema.

Código: php
; Autor........ : Pink
; Nombre........: MyPathEx
; Descripcón....: Return the current Process Path
; Syntax........: $path=_MyPathEx()

Func _MyPathEx()
$Path = dllcall("kernel32.dll","int","GetModuleFileName",'ptr', 0,'str', '','int', 256)
return  $Path[2]
EndFunc


Autor........ : Pink