13 lines
315 B
Markdown
13 lines
315 B
Markdown
---
|
|
description: Launch the Juliet application
|
|
---
|
|
|
|
// turbo-all
|
|
|
|
This workflow launches the Juliet application and writes output to `misc\agent_output.log`.
|
|
|
|
1. Run the launch script:
|
|
// turbo
|
|
`misc\launch.bat autoclose 2>&1 | tee misc\agent_output.log`
|
|
|
|
2. Check launch results by reading `misc\agent_output.log`. |