Fix for running as Admin on Windows.

This commit is contained in:
Kowlin 2016-07-30 04:49:12 +02:00
parent f255973ad5
commit 6b51b12c12
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,4 @@
chcp 65001
pushd %~dp0
python red.py
pause

View File

@ -1,5 +1,6 @@
@Echo off
chcp 65001
pushd %~dp0
:Start
python red.py