Dear Staff,
On the build machine, where I'm building the setup, it is often ask for PBL migration.
Since the process is automatic, I need a way, via CLI, when the migrate PBL dialog box is opened to tell PB to do the migration, in order to deploy the project later own.
Currently I'm doing somthing like this:
c:\Program Files (x86)\Appeon\PowerBuilder 17.0\PB170.EXE /w "MyApplication.pbw" /d /out C:\BuildLog.log
But it cannot execute if the migrate PBL dialog box is prompted, I need a way to overcome it (not manually)
Many thanks!