mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 10:22:31 -05:00
Fix for running as Admin on Windows.
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
chcp 65001
|
chcp 65001
|
||||||
|
pushd %~dp0
|
||||||
python red.py
|
python red.py
|
||||||
pause
|
pause
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
@Echo off
|
@Echo off
|
||||||
chcp 65001
|
chcp 65001
|
||||||
|
pushd %~dp0
|
||||||
:Start
|
:Start
|
||||||
|
|
||||||
python red.py
|
python red.py
|
||||||
|
|||||||
Reference in New Issue
Block a user