Well yes, that starts the IDE asynchronously from the QB64Starter.bat, hence the .bat can finish immediatly.
By looking into QB64Starter.bat it seems ok doing that for all commands except CR (Compile+Run), which needs the synchronous order of:
1. Delete old EXE (if existing)
2. Compile new EXE using QB64
3. Run compiled EXE (if existing, i.e. if successfully compiled)
By looking into QB64Starter.bat it seems ok doing that for all commands except CR (Compile+Run), which needs the synchronous order of:
1. Delete old EXE (if existing)
2. Compile new EXE using QB64
3. Run compiled EXE (if existing, i.e. if successfully compiled)
GuiTools, Blankers & other Projects:
https://staging.qb64phoenix.com/forumdisplay.php?fid=32
Libraries & useful Functions:
https://staging.qb64phoenix.com/forumdisplay.php?fid=23
https://staging.qb64phoenix.com/forumdisplay.php?fid=32
Libraries & useful Functions:
https://staging.qb64phoenix.com/forumdisplay.php?fid=23