IS IT POSSIBLE TO RUN AN EXECUTABLE USING ANOTHER EXECUTABLE? IF SO CAN SOMEONE GET ME STARTED? HEADER FILE? HOW CAN THE OUTER EXECUTABLE SEE WHERE I AM WITHIN THE (RUN /N EXECUTABLE) INNER EXECUTABLE?
WHAT I MEAN IS CAN AN OUTER EXECUTABLE RUN AND MAKE SELECTIONS OF AN EXECUTABLE THAT IT 'KICKS' OFF. CAN I WRITE AN EXECUTABLE THAT LITERALLY OPERATES ANOTHER EXECUTABLE. RIGHT NOW I'M AWARE THAT IT CAN RUN IT (I.E. RUN /N APPLICATION.EXE
BUT I WANT THIS PROGRAM TO MAKE SELECTIONS WITHIN THE APPLICATION.EXE - PERHAPS USING MOUSE CLICK ROW,COLUMN ETC.
I'm able to have one exe call another. For example:
run /N myapp.exe
*but it won't do the following code until myapp.exe is done *running and closed. I want to run myapp.exe and make *screen selections of myapp.exe using the exe that I called *myapp.exe with.
if screen_name="about"
mouse click row, column && if this worked, it would
&& close the about screen in myapp.exe and go onto the
&& next screen
endif
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.