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.
Make an exe with a batch file and..
Name: MikeSwim07 Date: January 26, 2009 at 18:00:49 Pacific OS: Microsoft Windows XP Home Edition CPU/Ram: 2.394 GHz / 509 MB Product: Dell / DIMENSION 3000 Subcategory: Batch
Comment:
Hello,
I want to create an exe file from a batch file and 2 other exe file. How can I do this?
I want it so that when I click the exe it runs the batch file and it can still do things with the other 2 exes, like run them etc. I also want to make it so no one can use like winrar or 7-zip to view the batch file.
Summary: I'm trying to to open a .exe file, but it opens as a batch file and will not open with the normal command.. This is what I have... StreamReader sw = new StreamReader("Settings.conf"); ...
Summary: That did exactly what i needed thanks, another question, how can i compare say line 4 from the boot.ini file with a test file and kill the program if they are different? ie: i do not wan to overwrite ...
Summary: i created a batch file and i'm invoking three programs in it one by one. but when i click on batch file all three programs are running simultaneously.. so how to execute them one after the other.? ...