summary refs log tree commit diff stats
path: root/tools/start.bat
diff options
context:
space:
mode:
Diffstat (limited to 'tools/start.bat')
-rw-r--r--tools/start.bat9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/start.bat b/tools/start.bat
new file mode 100644
index 000000000..8e345998c
--- /dev/null
+++ b/tools/start.bat
@@ -0,0 +1,9 @@
+@echo off

+REM COLOR 0A

+chcp 65001

+SET NIMPATH=%~dp0\..

+SET PATH=%NIMPATH%\bin;%NIMPATH%\dist\mingw\bin;%PATH%

+cd %NIMPATH%

+cmd 

+

+