How do I generate EventStudio documents from the command-line?
• Add EventStudio into the default search path. See the help for your version of Windows for the exact command. On Windows NT/2000/XP, the following command sets the PATH for EventStudio: PATH = %PATH%;”c:\Program Files\EventHelix.com\EventStudio” • Once the path has been set you can issue the following command to Generate All documents for a Scenario: start/wait evstudio ScenarioName.scn /GenerateAll • Verify that all the documents have been generated. • You can add the command-line into a batch file to generate documents for multiple scenarios. For example: start/wait evstudio Examples/XenonProject.scn /GenerateAll start/wait evstudio Examples/SpacePortProject.scn /GenerateAll start/wait evstudio Examples/WebTaxiProject.scn /GenerateAll Note: The command-line mode can be invoked without the “start/wait” command. For example: evstudio Examples/XenonProject.scn /GenerateAll The only problem with this approach is that the command-line shell does not wait for the document generation to f