[Frage] Warum geht der run befehl nicht?

03/13/2011 16:48 Ludder231#1
Hab mal ne frage warum dieser run befehl nicht ausgeführt wird...

PHP Code:
case $Button1
            IniWrite
(@DesktopCommonDir&"\Teamspeak.ini""File2""Path2"GUICtrlRead($Input1form))
            
$run1=run($Input1form)
            if @
error Then
            MsgBox
(16"Error""File does not exists"5)
            endif 
03/13/2011 19:46 Ludder231#2
Hat sich erledigt!....
03/13/2011 21:33 Hackerfreak1#3
Dan Poste auch bitte die Lösung :) Sonst bringt das ja nichts :)
03/14/2011 15:39 Ludder231#4
Quote:
Originally Posted by Hackerfreak1 View Post
Dan Poste auch bitte die Lösung :) Sonst bringt das ja nichts :)
PHP Code:
case $Button1
            IniWrite
(@DesktopCommonDir&"\Teamspeak.ini""File2""Path2"GUICtrlRead($Input1form))
            
$run1=run($Input1form)
            if @
error Then
            MsgBox
(16"Error""File does not exists"5)
            endif 
Muss so aussehen. Musste die Inputauslesen, hab nur ein Gui befehl vergessen.

PHP Code:
IniWrite(@DesktopCommonDir&"\Teamspeak.ini""File2""Path2"GUICtrlRead[CODE]GUICtrlRead[/CODE]($Input1form))
            
run(GUICtrlRead($Input1form))
            if @
error Then
            MsgBox
(16"Error""File does not exists"5)
            endif