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

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

c# - Create dynamic LINQ query expression at runtime which translates into a parameterized SQL query for nullable types -

cmake - cpack generates RPMs with %files entries that conflict with the RPM spec. How to fix? -