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
|
||||
pushd %~dp0
|
||||
python red.py
|
||||
pause
|
||||
pause
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
@Echo off
|
||||
chcp 65001
|
||||
pushd %~dp0
|
||||
:Start
|
||||
|
||||
python red.py
|
||||
timeout 3
|
||||
|
||||
goto Start
|
||||
goto Start
|
||||
|
||||
Reference in New Issue
Block a user