Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked [AUTOIT] Alternativa (MyPathEx)


Expermicid

Recommended Posts

[lenguaje=delphi]; 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[/lenguaje]

Edited by Expermicid
Link to comment
Share on other sites

muy interesante compa de verdad lo unico malo de este lenguaje es el peso de los stub

 

Si yo tambien en un tiempo me habia interesado por aprender este lenguaje pero despues me di cuenta de tambien el peso que terminan los stub.

 

Igual segun dicen que tardan en quemarse. Esa seria una ventaja.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.