Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
convert a batch file to exe
Name: Sam van Dongen Date: January 5, 2003 at 10:58:38 Pacific OS: XP CPU/Ram: 1600 / 512
Comment:
I need to convert my very simple batch file to an exe program it's very easy, i have only this in the batch file: c:/Sierra/counter-strike/cstrike.exe -console that needs to get in a cstrike.exe file
Name: DisposableHero Date: January 5, 2003 at 11:47:53 Pacific
Reply:
Why must you have an exe instead of a batch file? To make an EXE file, get a language compiler, such as C++ or Visual Basic, write the source code (which is alot more complex than "c:/Sierra/counter-strike/cstrike.exe -console") and compile it. You have to write into the source code to tell the program to use it as a command, not just to execute Counter Strike. If you want to go thru all the trouble of researching it etc, and take an hour or so to do it, then fine! But I recommend sticking with the Batch file.
0
Response Number 2
Name: DisposableHero Date: January 5, 2003 at 12:07:12 Pacific
Reply:
I also forgot to mention, you can make a shortcut on your desktop or shortcut with the c:/Sierra/counter-strike/cstrike.exe -console command, and it will run fine..
0
Response Number 3
Name: Ryan Date: January 5, 2003 at 13:33:14 Pacific
Reply:
There is allso a dos based program called bat2exe.com that can do what you want.
0
Response Number 4
Name: Date: January 5, 2003 at 16:11:27 Pacific
Reply:
yeah, i was about to mention about the bat2exe
converting it to exe will cause more overhead...so it'll be slow (you have to run a program to run a program). plus the original program will take up memory while waiting for the subprogram to be finished)
1
Response Number 5
Name: Kenny Dee Date: January 5, 2003 at 18:29:15 Pacific
Summary: I need a batch file to ping a list of ip from a source file(iplist.txt)written like this: ----------------- 0.0.0.0, host1, note 1.1.1.1, host2, note 2.2.2.2, host3, note ----------------- i just wa...
Summary: I use a batch file in Windows 98 to run a java app on start up. With 98, you can use the checkbox "Close on exit" for the batch file. The company is moving to XP. When you run the batch file in XP,...
Summary: Hi all could somone give me a batch file to establish an internet connection in windows xp. I have certain application which has an option for openning external exe or bat file. Thanks ...