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.
how to make a binder
Name: maneesh Date: August 20, 2003 at 23:45:15 Pacific OS: win 2k CPU/Ram: p 4
Comment:
help please
i am interested in creating an exe file which is formed by 2 different exe files so when i activate this file both of thenm gets executed i.e i want to create a binder .how i should proceed for this .
I'm not real sure on what you are labeling as a binder... Do you want to take two executable files and merge them into one... or do you want to execute them in sequence?
If you want to execute them in sequence, which I assume, just have system calls inside of a compiled C++ program that make requests to the console to run each exe, one after the other.
Infinite Recursion
Infinite Recursion
0
Response Number 2
Name: gpp Date: August 21, 2003 at 06:35:39 Pacific
Reply:
Will this be running in Windows? If so, you could possibly use a .cmd file to run both programs.
Summary: hi, im trying to make a batch file to type in my AIM password in the AIM Password text box...heres the code that will/won't work.... echo off title Auto log in cls start aim.exe type login.txt pause ...