Page 1 of 1

Packaging .exe and batch script in an executable file

Posted: 15 Jul 2010 10:45
by Technext
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

Re: Packaging .exe and batch script in an executable file

Posted: 15 Jul 2010 11:02
by aGerman
I'm virtually certain that a simple packaging tool is not enough for you.
You should search for setup-builder freeware.

Regards
aGerman

Re: Packaging .exe and batch script in an executable file

Posted: 16 Jul 2010 05:22
by Technext
Thanks for the pointer!