
Great code for merging lots executables and other files into one, and when you run the new file, both of the programs will run with it, NO DLL!!!
And you can use it for file dropper with joiner/binder.It's most powerful joiner/binder and dropper program...Please Vote For My Code
Inputs
Option Explicit
Private Declare Function PathFileExists Lib "shlwapi.dll" Alias "PathFileExistsA" (ByVal pszPath As String) As Long
Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Private FileNumber As Integer
Private Item As Object