Convert bat to exe with icon using batch

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
jamesfui
Posts: 50
Joined: 27 Mar 2010 23:00

Convert bat to exe with icon using batch

#1 Post by jamesfui » 03 Apr 2010 06:21

hi dostips batch scripters expert,
is it possible to convert done.bat to done.exe add in icon?
do batch scripts work on this instead of using third party programs??
and how do we do that???
thanks in advance!! :D

shanet
Posts: 11
Joined: 04 Apr 2010 21:22

Re: Convert bat to exe with icon using batch

#2 Post by shanet » 04 Apr 2010 21:33

Hi Jamesfui,

In my few years of experience with batch file creation, I have been converting batches to executables, and I use a very good little program called "BAT2EXE". I find it really useful. I can add icons, Make the main executable and include other files to strap to it, and add 'additional information (things such as version and copyrights)'.

I have not, though, heard of a batch that will do this.

Sorry If this doesn't answer your question, and if so good luck and I hope you do get the one you are looking for.

:twisted: Shanet :twisted:

jamesfui
Posts: 50
Joined: 27 Mar 2010 23:00

Re: Convert bat to exe with icon using batch

#3 Post by jamesfui » 05 Apr 2010 04:12

thanks! the bat2exe is good, very user friendly! :wink:
sadly bat not possible to do it with internal commands..!! :cry:

shanet
Posts: 11
Joined: 04 Apr 2010 21:22

Re: Convert bat to exe with icon using batch

#4 Post by shanet » 05 Apr 2010 07:31

I'm sorry- what do you mean by internal commands?

If you mean through command line, you can get BAT2EXE command line version...

Will keep an eye on this string.

:twisted: Shanet :twisted:

jamesfui
Posts: 50
Joined: 27 Mar 2010 23:00

Re: Convert bat to exe with icon using batch

#5 Post by jamesfui » 05 Apr 2010 09:11

ya! something like that..
just like we can create shortcut.exe in command lines..!!!

thanks! :mrgreen:

Post Reply