.exe

  1. C

    B4J Question Wait for a .exe to finish executing

    I am executing a .exe with b4j and this .exe is writing me a file while it is executing then it stops and the file finishes writing.i an trying to read this file but since it does not finishes when my line of reading executes then it only reads part of it. Is there a way to wait for the .exe to...
  2. C

    B4J Question Run a .exe File with jShell

    I am trying to run a .exe application with a button. The app is located in the Object Folder of the B4J file. When I click the button the app doesn't start and it doesn't appear any error in the logs it just doesn't start. the code im using is below. Dim xfoil As Shell Dim params As...
Top