Exitlaunch (Slash Command): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:


==Example==
==Example==
  /exitlaunch C:\games\TicTacToe\ttt.exe
  /exitlaunch "C:\games\TicTacToe\ttt.exe"


==Also==
==Also==

Revision as of 21:55, 23 June 2023

Slash command

/exitlaunch FilePath

Set program to run when game exits

  • FilePath is the path to the executable (.exe) file or program to run.
  • Does not work with .lnk shortcut files or any file other than one ending in .exe.

Note: Works with Windows. Might work in MacOS or Linux OS, but haven't figured out how to do it yet. Might not be possible.

Example

/exitlaunch "C:\games\TicTacToe\ttt.exe"

Also