.exe

  1. aeric

    B4J Tutorial [Script] Automate compiling, packaging, resource hacker and innosetup

    GitHub: https://github.com/pyhoon/automate-build-installer Tested with B4J v10.5, Resource Hacker v5.1.8, InnoSetup 6.2.0 Clone from GitHub repo link above, or Download all attachments then rename the files without .txt extensions the attached zip. Unzip the files inside \Objects folder (or...
  2. 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...
  3. 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