While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
so ich will jetzt das wenn man z.b. root eingibt und dann auf entpacken drückt das er die test.bat startet und wenn man locale_de eingibt dann test2.bat kann das einer pls weiter machen ich kann das nicht-.-
Case $Button1
If GUICtrlRead($input1) = "Root" then
ShellExecute("test.bat","","Pfad")
ElseIf
If GUICtrlRead($input1) = "locale_de" then
ShellExecute("test2.bat","","Pfad")
While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit
EndSwitch WEnd
Case $Button1 If GUICtrlRead($input1) = "Root" then ShellExecute("test.bat","","Pfad") ElseIf If GUICtrlRead($input1) = "locale_de" then ShellExecute("test2.bat","","Pfad")
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
If GUICtrlRead($input1) = "Root" then
ShellExecute("test.bat","","Pfad")
ElseIf
If GUICtrlRead($input1) = "locale_de" then
ShellExecute("test2.bat","","Pfad")
endif
EndSwitch
WEnd
While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $Button1 If GUICtrlRead($input1) = "Root" then ShellExecute("test.bat","","C:\test.bat") ElseIf If GUICtrlRead($input1) = "locale_de" then ShellExecute("test2.bat","","C:\test2.bat") endif EndSwitch WEnd
du hast ja auch nach elseif noch ein if eingebaut... somit erwartet er erst das du dein elseif abschließt, und dann dein if. ausserdem hast du dem elseif keine parameter gegeben, was auchnicht zulässig ist.
IniRead~Input Problem 05/02/2010 - AutoIt - 2 Replies mein 2ter thread,weil ich grad beim letzten Schritt daran verzweifel
Mein Ziel ist es die gewuenschte Realmlist abzuspeichern in der .ini datei und auf Buttondruck wieder hervorzurufen
und das 3 mal (sprich 3 Favoriten)
hier der Script
Es funktioniert alles soweit auch das speichern der Favoriten,nur das Aufrufen funktioniert nicht.
Input Problem(php) 04/05/2010 - Web Development - 4 Replies abend com
ich habe eine frage an euch ich habe meine seite mit php gemacht
<td><input type="text" name="name" value size="20"><font color="#FF0000" face="Arial"> *Pflichtfeld</font></td>
</tr>
<tr>
<td align="right"><font color="#000000" face="Arial,helvetica" size="-1">Char:</font></td&g t;
<td><input type="text" name="ID:" value size="20"><font color="#FF0000" face="Arial"> *Pflichtfeld</font></td>
</tr>
<td align="right"><font color="#000000" face="Arial,helvetica"...
Input Problem(php) 04/05/2010 - Off Topic - 5 Replies abend com
ich habe eine frage an euch ich habe meine seite mit php gemacht
<td><input type="text" name="name" value size="20"><font color="#FF0000" face="Arial"> *Pflichtfeld</font></td>
</tr>
<tr>
<td align="right"><font color="#000000" face="Arial,helvetica" size="-1">Char:</font></td&g t;
<td><input type="text" name="ID:" value size="20"><font color="#FF0000" face="Arial"> *Pflichtfeld</font></td>
</tr>
<td align="right"><font color="#000000" face="Arial,helvetica"...
Sun W PROBLEM INPUT PARAM ERROR 4 08/01/2009 - SRO Private Server - 7 Replies well i have sun world client full , no patchs . no programs, no pks, and data , just patch chinese and when i launch i get this error this happend after the update 100 cap and skills
Need some input please 07/10/2009 - Dekaron Private Server - 9 Replies OKay guys i got my client packed but i only have 2 problems:
The loading map screen for deathlands is white and blank. also the minimap is blank. At first my mobs were pink but i reinstalled the textures and it fixed it. I reinstallled the files from data/texture/minimap and the loading one in texture/ui/game/loading.
Wondering if anyone else might have an idea
EDIT:: Its all new maps but they worked fine in unpacked mode same textures and etc
...