q3rcon-ps/examples
onyx-and-iris a9ccdb0c19 adds enter bind for textbox
clears text on rcon send

window size reduced a little
2023-11-29 22:04:51 +00:00
..
cli.ps1 initial commit 2023-11-29 16:18:03 +00:00
commands.ps1 initial commit 2023-11-29 16:18:03 +00:00
gui.ps1 adds enter bind for textbox 2023-11-29 22:04:51 +00:00
README.md adds README for examples 2023-11-29 16:54:12 +00:00

Use

These examples load connection info from a file config.psd1 placed next to the script files.

@{
    host   = "hostname.server"
    port   = 28960
    passwd = "strongrconpassword"
}

Run them with -Debug flag for debug output.

For example: pwsh.exe .\cli.ps1 -Debug