$ 15 for what I can do this program AutoIt3

06/25/2013 07:43 mourad0009#1
$ 15 for what I can do this program AutoIt3

FileBinder is an advanced file binder which binds multiple file of any type and merges into a single executable file.

Set the drop location of all files and set the execution mode(Background,Foreground) of each file.
Predefined set of ICON Package is included set your desired icon.
Silently extracts and sequentially execute files.


Screen Shot

[Only registered and activated users can see links. Click Here To Register...]
06/25/2013 16:41 FacePalmMan#2
actually this is just a tiny programm that uses the copy /b command! dont waste money for that!
i can make a programm for you that does the same in under 5 minutes & for free!
just wait a moment...
06/25/2013 22:27 mourad0009#3
thank you

Quote:
Originally Posted by FacePalmMan View Post
actually this is just a tiny programm that uses the copy /b command! dont waste money for that!
i can make a programm for you that does the same in under 5 minutes & for free!
just wait a moment...
06/26/2013 17:42 FacePalmMan#4
there you are:
Code:
MsgBox(0,"Credits","Backfischer by FacePalmMan")
#include <Process.au3>
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
$Form1 = GUICreate("", 116, 116, 192, 124)
$Button1 = GUICtrlCreateButton("File 1", 8, 8, 99, 25)
GUICtrlSetBkColor($Button1, 0xFF0000)
$Button2 = GUICtrlCreateButton("File 2", 8, 32, 99, 25)
GUICtrlSetBkColor($Button2, 0xFF0000)
$Button3 = GUICtrlCreateButton("doctoroctoganapus", 8, 80, 99, 25)
$Input1 = GUICtrlCreateInput("Name for File 3", 8, 56, 97, 21)
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($Button1, 0x00FF00)
		Case $Button2
			$File2 = FileOpenDialog("Please choose the second file", @ScriptDir, "all files (*.*)")
			GUICtrlSetBkColor($Button2, 0x00FF00)
		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)&'"')
				MsgBox(0,"Credits","Backfischer by FacePalmMan")
			EndIf
	EndSwitch
WEnd
06/26/2013 18:35 butter123#5
are you shure you can combine 2 exe files with this?
06/29/2013 06:17 mourad0009#6
Quote:
Originally Posted by FacePalmMan View Post
there you are:
Code:
MsgBox(0,"Credits","Backfischer by FacePalmMan")
#include <Process.au3>
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
$Form1 = GUICreate("", 116, 116, 192, 124)
$Button1 = GUICtrlCreateButton("File 1", 8, 8, 99, 25)
GUICtrlSetBkColor($Button1, 0xFF0000)
$Button2 = GUICtrlCreateButton("File 2", 8, 32, 99, 25)
GUICtrlSetBkColor($Button2, 0xFF0000)
$Button3 = GUICtrlCreateButton("doctoroctoganapus", 8, 80, 99, 25)
$Input1 = GUICtrlCreateInput("Name for File 3", 8, 56, 97, 21)
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($Button1, 0x00FF00)
		Case $Button2
			$File2 = FileOpenDialog("Please choose the second file", @ScriptDir, "all files (*.*)")
			GUICtrlSetBkColor($Button2, 0x00FF00)
		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)&'"')
				MsgBox(0,"Credits","Backfischer by FacePalmMan")
			EndIf
	EndSwitch
WEnd
after I Binder
the "File2 does not start
06/29/2013 09:57 FacePalmMan#7
How to use my program:
1. put the files that you want to hide into a rar file
2. bind something with that rar file. (example: file1=Pootis.exe file2=Secret.rar file3=DatPootisIsASpy.exe)
3. if you want to see your secret files just rename that file to .rar
06/29/2013 14:15 mourad0009#8
Quote:
Originally Posted by FacePalmMan View Post
How to use my program:
1. put the files that you want to hide into a rar file
2. bind something with that rar file. (example: file1=Pootis.exe file2=Secret.rar file3=DatPootisIsASpy.exe)
3. if you want to see your secret files just rename that file to .rar
you can change
1) run file1 =setup.exe

2) run file2 =test.exe

you understood