• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

AutoIT [AUTOIT] Alternativa (MyPathEx)

Status
Not open for further replies.

Expermicid

Leech
User
Joined
Oct 23, 2011
Messages
285
Reputation
0
Reaction score
255
Points
63
Credits
0
‎13 Years of Service‎
95%
[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]

 
Last edited by a moderator:
Please note, if you want to make a deal with this user, that it is blocked.
muy interesante compa de verdad lo unico malo de este lenguaje es el peso de los stub

 
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.

 
Status
Not open for further replies.
Back
Top