Underc0de

Programación Scripting => Otros lenguajes Scripting => Mensaje iniciado por: Expermicid en Julio 03, 2012, 11:32:42 AM

Título: [AUTOIT] Alternativa (MyPathEx)
Publicado por: Expermicid en Julio 03, 2012, 11:32:42 AM
; 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