I am executing a batch file as a pre-build event. The batch file however is expecting user input to continue (i.e., "Type x to continue")
Is there a way to enter an 'x' followed by 'Enter' in the pre-build event so that the process continues.
Additionally, I have a second batch file that is run after the first. Will the pre-build process wait for the first to complete or will it try to execute the second batch file immediately after calling the first? If so can I add a wait or pause to the pre-build?