mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Fix for running as Admin on Windows.
This commit is contained in:
parent
f255973ad5
commit
6b51b12c12
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user