add bat file for windows

This commit is contained in:
James Taylor 2018-07-12 04:26:50 -07:00
parent aea11c407f
commit 3fff8307b9
3 changed files with 8 additions and 0 deletions

2
.gitattributes vendored
View File

@ -15,6 +15,8 @@
*.css text
*.txt text
*.bat text eol=crlf
# Binary files
# ============
*.db binary

2
.gitignore vendored
View File

@ -2,6 +2,8 @@ __pycache__/
*.py[cod]
*$py.class
youtube_dl_old/
python/
gevent/
debug/
data/
banned_addresses.txt

4
run.bat Normal file
View File

@ -0,0 +1,4 @@
@echo off
.\python\python.exe .\server.py
echo Press any key to quit...
PAUSE > nul