Hey Daniel, to understand correctly: You have a PB target to create a .NET assembly from a PB NVO. That target has a project object defining how to generate its .EXE - and you want to invoke that .EXE generation from command-line script so you can automate it. Correct?
In any case: Such target is a ".NET" target (read: PB-to-.NET) not a "PowerBuilder" target (read: "PB PowerScript"). ORCAScript was created long before .NET targets were introduced - and I believe it was never extended to cover targets beyond PB PowerScript targets.
PBC command-line compiler created by Appeon supports PB PowerScript targets only.
HOWEVER, scriptable compilation is still possible using IDE with command-line arguments. See:
- PowerBuilder Help
- Users Guide
- The PowerBuilder Environment
- Working with PowerBuilder
HTH /Michael