scripting - How to stop program from automatically closing in AutoIt? -
I'm new to the outlet, so please forgive me if it seems like a silly question I'm running a simple program Which opens an .exe file, but the executable immediately closes after opening, how can I stop the program from closing? Local engineer = "C: \ user \ Davis \ Desktop \ chess engine \ stockfish-5-win \ windows \ stockfish_14053109_32bit.exe" run ($ engine, "" @, @sw_mximage, $ STDOUT_CHILD)
Edit: It seems that the executable function leaves executable open by executing $ STOUT_CHILD. However, I need to read the output from the program.
local $ engine = "c: \ user \ Davis \ desktop \ chessEngine \ stockfish- 5-win \ Windows \ stockfish_14053109_32bit.exe "Local $ ipid = Run ($ engine," "@sw_mximese, $ STDOUT_CHILD) Stop the proceeding ($ IPID)
Comments
Post a Comment