# Making a Game "Launcher"

**URL:** https://discourse.processing.org/t/making-a-game-launcher/22281
**Category:** Coding Questions
**Created:** [June 30, 2020, 1:05pm UTC](https://discourse.processing.org/t/making-a-game-launcher/22281 "2020-06-30T13:05:03Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![kfrajer](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/kfrajer/32/196_2.png) [@kfrajer](https://discourse.processing.org/u/kfrajer)
#### Post date: [June 30, 2020, 2:57pm UTC](https://discourse.processing.org/t/making-a-game-launcher/22281/2 "2020-06-30T14:57:38Z")

</div>

You can try using `launch()` or `exec()`. I have attached other posts that are relevant.

Kf

- [https://processing.org/reference/launch\_.html](https://processing.org/reference/launch_.html)
- [https://stackoverflow.com/questions/13991007/execute-external-program-in-java](https://stackoverflow.com/questions/13991007/execute-external-program-in-java)
- [https://forum.processing.org/two/discussion/20568/how-do-i-launch-a-compiled-sketch-from-within-another-sketch](https://forum.processing.org/two/discussion/20568/how-do-i-launch-a-compiled-sketch-from-within-another-sketch)
- [https://forum.processing.org/two/discussion/26485/launch-won-t-launch-my-compiled-processing-sketch](https://forum.processing.org/two/discussion/26485/launch-won-t-launch-my-compiled-processing-sketch)
- [How do i get the output of a command?](https://discourse.processing.org/t/how-do-i-get-the-output-of-a-command/769)

---

_[View the full topic](https://discourse.processing.org/t/making-a-game-launcher/22281)._
