Packaging .exe and batch script in an executable file

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
Technext
Posts: 13
Joined: 24 May 2010 07:42

Packaging .exe and batch script in an executable file

#1 Post by Technext » 15 Jul 2010 10:45

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

aGerman
Expert
Posts: 4678
Joined: 22 Jan 2010 18:01
Location: Germany

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

#2 Post by aGerman » 15 Jul 2010 11:02

I'm virtually certain that a simple packaging tool is not enough for you.
You should search for setup-builder freeware.

Regards
aGerman

Technext
Posts: 13
Joined: 24 May 2010 07:42

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

#3 Post by Technext » 16 Jul 2010 05:22

Thanks for the pointer!

Post Reply