me and my friend are fighting about whos program is better.
there both home made and very simple. so my question is in an .exe
there is usually a pic in the background. is there a way to do that with bat files and do i need to make it an exe. if so how?
p.s. there 99%% bat and 1% .wav-
.bat help? im a noob
Moderator: Moderators
-
nic8082242
- Posts: 266
- Joined: Fri Nov 09, 2007 5:54 pm
- PSN Username: ncmlls
- Location: In the Hills,Oklahoma
-
bicostp
- Moderator
- Posts: 10491
- Joined: Mon Mar 07, 2005 5:47 pm
- Steam ID: bicostp
- Location: Spamalot
- Contact:
Batch files aren't exactly 'programming'. They're basically automated ways to run multiple programs in succession.
If you really want to make programs, download Visual Basic 2008 Express. That's a real programming environment. (You can make GUIs, run sounds, display pictures, pop windows up all over the place, whatever you want!)
If you really want to make programs, download Visual Basic 2008 Express. That's a real programming environment. (You can make GUIs, run sounds, display pictures, pop windows up all over the place, whatever you want!)
Twitter
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
bicostp wrote:Batch files aren't exactly 'programming'. They're basically automated ways to run multiple programs in succession.
If you really want to make programs, download Visual Basic 2008 Express. That's a real programming environment. (You can make GUIs, run sounds, display pictures, pop windows up all over the place, whatever you want!)
i think he means an icon like when you view the file in windows explorer or so
you could write a very very simple C++ file that just calls system(line) for every line in your batch file, compile it and add a resource to your executable. explorer will show the first image resource in the binary as its icon so that'd be a reasonably simple way to sovle your problem
