1

Can I execute a FinalBuilder build file (*.fbz7) from another FinalBuilder script file ?

Why:

Script #1 (my Master script) should contain a script looping script #2 for several times or based on a given variable I can selected between script #3 or script #4 to be executed

mj2008
  • 6,647
  • 2
  • 38
  • 56
Franz
  • 1,883
  • 26
  • 47

1 Answers1

2

Use the Include Project action, which allows you to specify the script. You can actually run old version scripts, so if you have version 6 and 7, both can run a script created in version 6.

I realise that you specify the Embarcadero edition. The full version certainly has this option - if the limited edition doesn't, then upgrading will obviously make it easy.

mj2008
  • 6,647
  • 2
  • 38
  • 56
  • any other solution avaiable to branch the execution of scripts – Franz Apr 16 '13 at 14:34
  • @Franz The other option, again not sure if it is in the Emb version, is the Action List, which is effectively a sub-routine. – mj2008 Apr 16 '13 at 15:29