Hello when executing a batch I do it this way, the problem is that AMS does not wait for the bat file to finish executing, it immediately executes the following lines. How could I fix it without using application sleep? How can I make it continue once the .bat file has been closed. thank you guys
Code:
File.Run("AutoPlay\\Docs\\File.bat", "", "", SW_SHOWNORMAL, true);
Comment