switch

09/24/2013 19:38 .Tokyo#1
Hallöle EpVp ich habe ein problem nämlich möchte ich mit
Button1 ein Programm öffnen
unten der name (jumpim.exe) :)



Nun habe ich es mit Run/Shellexecute etc probiert aber jedesmal kommt
nen error von wegen no switch oder sowas


Das Da ! >.< :
"Case" statement with no matching "Select"or "Switch" statement.:

Wenn mir jmd helfen würde gibs nen ThX
mfg Kingo987
SourceCode /NAME unten











#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <ProgressConstants.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form2 = GUICreate("Kingo987 `s DrugB0T", 499, 285, 203, 221)
$Input1 = GUICtrlCreateInput("Enter Verified DB active Key", 0, 8, 345, 21)
$Button1 = GUICtrlCreateButton("Checked :)", 0, 32, 345, 17)
$Checkbox1 = GUICtrlCreateCheckbox("Safe Botting", 0, 64, 89, 33)
$Checkbox2 = GUICtrlCreateCheckbox("Extreme Botting", 0, 104, 105, 33)
$Button2 = GUICtrlCreateButton("Use it !", 104, 48, 393, 81)
$Button3 = GUICtrlCreateButton("Start be Botting", 0, 184, 497, 65)
$Progress1 = GUICtrlCreateProgress(0, 256, 489, 25)
$Label1 = GUICtrlCreateLabel("First use your options+bot +safety then press use it . After this still press Start be botting :)", 64, 144, 423, 17)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###




While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit

EndSwitch


WEnd











jumpIm.exe
09/25/2013 00:10 MrSm!th#2
#moved
09/25/2013 08:31 c0w#3
warum bei dem code die fehlermeldung kommt, verstehe ich war nicht um ehrlich zu sein aber was du willst ist:
case $button
shellexecute("jumpim.exe")

also das hat schon gestimmt, die fehlermeldung kann ich mir ehrlich gesagt ned erklären
lösch einfach ma alles und füg das script neu ein