mirror of
https://github.com/araxiaonline/wow-dev-server-toggle.git
synced 2026-06-13 03:02:27 -04:00
4 lines
106 B
Batchfile
Executable File
4 lines
106 B
Batchfile
Executable File
@echo off
|
|
powershell.exe -ExecutionPolicy Bypass -File "[Replace with your Path]/switch_server.ps1"
|
|
pause
|