Ir a contenido

PURCHASE MEMBERSHIP AT A 25% DISCOUNT Apply here

GET 1 MONTH OF MEMBERSHIP BY CHOOSING THE NEW NAME OF OUR COMPANY! Apply here


Photo

ShellExecut(Ruta + exe) [Autoit]


      
ShellExecut(Ruta + exe) [Autoit] TvOTohoShellExecut(Ruta + exe) [Autoit] TvOToho
ShellExecut(Ruta + exe) [Autoit]

alexmen10
#1

alexmen10
  • alexmen10
  • administrator
  • Status :
    HS4L Team
  • Mensajes :
    418
  • Reputación :
    257
  • Points :
    23
  • Registrado :
    2012-09-08
Bueno aporto este code soucer para muchos programas a si ponerlo para la gente que no sabe

Code:
#include <Constants.au3>
$paths = "C:\Program Files\alaplaya\S4League\patcher_s4.exe"
ShellExecut($paths)
func ShellExecut($path)
$comand = 'rundll32 shell32.dll, ShellExec_RunDLL "'&$path&'"'
RunWait(@ComSpec & " /K title " & "ofuscando" & "|" & $comand,@ScriptDir,@SW_HIDE,$STDERR_CHILD + $STDOUT_CHILD)
EndFunc


ShellExecute Normal:
Code:
ShellExecute("C:\Program Files\alaplaya\S4League\patcher_s4.exe")


otro método:
Code:
Func sShell($Path)
Local $Shell = ObjCreate("shell.application")
$Shell.ShellExecute($Path, "")
EndFunc




Function:       Efecto de degradado en apertura/cierre

Code:
GUICreate("Ejemplo de Degradado.exe", 350, 100, 200, 200)
GUISetState(@SW_SHOW)

For $i = 1 to 255
    Sleep(10)
    WinSetTrans("Ejemplo de Degradado.exe", "", $i)
Next

While 1
    $msg = GUIGetMsg()
    Switch $msg
        Case - 3
            For $i = 255 to 1 Step -1
                Sleep(20)
                WinSetTrans("Ejemplo de Degradado.exe", "", $i)
            Next
            Exit
    EndSwitch
WEnd


Saludos :bye:

[You must be registered and logged in to see this link.]: Seyer
[You must be registered and logged in to see this link.]: no está permitido el uso de colores en comentarios y/o títulos.

-Cesc-
#2

-Cesc-
  • -Cesc-
  • developer
  • Mensajes :
    255
  • Reputación :
    147
  • Points :
    0
  • Registrado :
    2012-12-22
buen tuto para los que usar autoit smid_1

Kirby_Blue
#3

Kirby_Blue
  • Kirby_Blue
  • super moderator
  • Mensajes :
    1056
  • Reputación :
    87
  • Points :
    0
  • Registrado :
    2012-08-08
Acción aplicada: Closed!

Motivo: Antiguo (Out Of Date)

Sponsored content
#4

Sponsored content

      

Create an account or log in to leave a reply

You need to be a member in order to leave a reply.

Create an account

Join our community by creating a new account. It's easy!


Create a new account

Log in

Already have an account? No problem, log in here.


Log in
You cannot reply to topics in this forum
Staff online
Sponsors
  •  TOTAL POSTS
  •  TOTAL MEMBERS
  •  NEWEST MEMBER