1. Bernhard Stoeter
  2. PowerBuilder
  3. Friday, 9 July 2021 09:32 AM UTC

Hi together,

PB2019R3 orcascr190.exe: How do I specify the runtime to be used in the "batchfile"?

...
start session
set liblist ...
set application ...
build application migrate
end session
...

Regards,
Bernhard

Bernhard Stoeter Accepted Answer Pending Moderation
  1. Sunday, 11 July 2021 10:02 AM UTC
  2. PowerBuilder
  3. # 1

Hi Chris,

 

thank you, it helped.

 

Regards

Bernhard

Comment
  1. Chris Pollach @Appeon
  2. Sunday, 11 July 2021 15:26 PM UTC
You are most welcome! ;-)
  1. Helpful
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Friday, 9 July 2021 15:03 PM UTC
  2. PowerBuilder
  3. # 2

Hi Bernhard;

   The EXE compiled via PBC or ORCA can specify the runtime version, for example:

ORCA:

  • OrcaScr190 /D runtime_version="19.2.0.2703" C:\test\test.bat

PBC:

  • Pbc190.exe /d "C:\test\test.pbt" /o "C:\test\test.exe" /w n /f /m n /x 32 /bg y /p "PowerBuilder Enterprise Series" /cp "Appeon" /de "Appeon Product File" /v "1.0.0.1" /vn "1.0.0.1" /fv "1.0.0.1" /fvn "1.0.0.1" /ge 0 /pd n /rt 19.2.0.2703

HTH

Regards ... Chris

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.