moved start.bat to tools/

This commit is contained in:
Araq
2016-10-24 12:05:42 +02:00
parent 8a9624683f
commit f1d2ed757e
3 changed files with 2 additions and 2 deletions

8
tools/start.bat Normal file
View File

@@ -0,0 +1,8 @@
@echo off
REM COLOR 0A
SET NIMPATH=%~dp0\..
SET PATH=%NIMPATH%\bin;%NIMPATH%\dist\mingw\bin;%PATH%
cd %NIMPATH%
cmd