Skip to content

Installing SSM to PATH

Robomikel edited this page Feb 23, 2021 · 17 revisions

SSM To Path

Create PS Profile New-Item -path $profile -type file –force

Default profile path location is in C:\Users\User\Documents\WindowsPowerShell for PS5

Default profile path location is in C:\Users\User\Documents\PowerShell for PS7

Edit Profile ADD:

$env:Path += ";C:\Path\To\Steam-Server-Manager"

adding to Path will allow using the command in any directory in the terminal. Also removes the need to pre-pend with .\ssm Use ssm In the terminal

See Custom Backup and Server Files Directories WiKi