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.bat8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/start.bat b/tools/start.bat
new file mode 100644
index 000000000..a4475fac7
--- /dev/null
+++ b/tools/start.bat
@@ -0,0 +1,8 @@
+@echo off

+REM COLOR 0A

+SET NIMPATH=%~dp0\..

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

+cd %NIMPATH%

+cmd 

+

+