Beispiel
PHP Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 374, 228, 354, 232)
$Button1 = GUICtrlCreateButton("Button1", 0, 0, 369, 225)
GUICtrlSetFont(-1, 72, 400, 0, "MS Sans Serif")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
ShellExecute('Pfad zur Skype.exe')
EndSwitch
WEnd
Am Besten du liest dir erstmal ein paar Tutorials durch und die Hilfe

Da ist ein gutes TUT:

&

Hilfe öffnen mit F1 oder hier

Und bitte wähle nächstes mal einen etwas aussagekräftigeren Threadtitel.