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
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user