Files
wow-dev-server-toggle/WoWServerSwitch.bat
2023-09-14 22:26:30 -04:00

4 lines
106 B
Batchfile
Executable File

@echo off
powershell.exe -ExecutionPolicy Bypass -File "[Replace with your Path]/switch_server.ps1"
pause