Hi,
I have few files [4 executables (.exe) along with a Windows batch script], which I need to package in a single exe. Of these 4 .exe files, 2 have to be transferred to a remote location. This transfer is handled by the Windows batch script.
The main file here is the Windows batch file, which will use all other exe files during its execution. I need to prepare an exe, which when clicked, should call the batch file.
Can anyone suggest any packaging tool for achieving my purpose?
Regards,
GC
Packaging .exe and batch script in an executable file
Moderator: DosItHelp
Re: Packaging .exe and batch script in an executable file
I'm virtually certain that a simple packaging tool is not enough for you.
You should search for setup-builder freeware.
Regards
aGerman
You should search for setup-builder freeware.
Regards
aGerman
Re: Packaging .exe and batch script in an executable file
Thanks for the pointer!