Can you help me fix this problem

06/30/2013 12:33 mourad0009#1
Can you help me fix this problem

FileBinder is an advanced binder that binds two executable files into a single executable file.



this script does not work well

Program 1 start
and
Program 2 does not start

PHP Code:
#include <Process.au3>
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
$Form1 GUICreate(""116116192124)
$Button1 GUICtrlCreateButton("File 1"889925)
GUICtrlSetBkColor($Button10xFF0000)
$Button2 GUICtrlCreateButton("File 2"8329925)
GUICtrlSetBkColor($Button20xFF0000)
$Button3 GUICtrlCreateButton("doctoroctoganapus"8809925)
$Input1 GUICtrlCreateInput("Name for File 3"8569721)
GUISetState(@SW_SHOW)
$File1=False
$File2
=False

While 1
    $nMsg 
GUIGetMsg()
    Switch 
$nMsg
        
Case $GUI_EVENT_CLOSE
            
Exit
        Case 
$Button1
            $File1 
FileOpenDialog("Please choose the first file", @ScriptDir"all files (*.*)")
            
GUICtrlSetBkColor($Button10x00FF00)
        Case 
$Button2
            $File2 
FileOpenDialog("Please choose the second file", @ScriptDir"all files (*.*)")
            
GUICtrlSetBkColor($Button20x00FF00)
        Case 
$Button3
            
If $File1=False Or $File2=False Then
                MsgBox
(0,"Error","Please choose the files")
            Else
                
$RDos=_RunDos('copy /b "'&$File1&'" + "'&$File2&'" "'&@ScriptDir&'\'&GUICtrlRead($Input1)&'"')

            EndIf
    EndSwitch
WEnd 
06/30/2013 12:50 butter123#2
then learn autoit and dont spam everyone with pms....
06/30/2013 12:53 mourad0009#3
Quote:
Originally Posted by butter123 View Post
then learn autoit and dont spam everyone with pms....
help me
06/30/2013 13:20 YatoDev#4
Quote:
Originally Posted by butter123 View Post
then learn autoit and dont spam everyone with pms....
this will fix the problem :
[Only registered and activated users can see links. Click Here To Register...]

Learn coding !!!
06/30/2013 13:51 FacePalmMan#5
1. put your second programm in a zip/rar file before you bind it!
2. don't post the source of my programs without my permissions!
3. LEARN AUTOIT!
07/01/2013 22:32 Futur94#6
Use iexpress and Controlclick..