From c87f4d24eb598cdc98c05b0dd2b29287cdec7661 Mon Sep 17 00:00:00 2001 From: Araq Date: Tue, 3 Nov 2015 13:25:51 +0100 Subject: [PATCH] fixes start.bat file --- start.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/start.bat b/start.bat index 7328211ca5c58..685932c47b0d7 100644 --- a/start.bat +++ b/start.bat @@ -1,6 +1,6 @@ @echo off REM COLOR 0A -SET NIMRODPATH=. -SET PATH=%NIMRODPATH%\bin;%NIMRODPATH%\dist\mingw\bin;%PATH% +SET NIMPATH=%~dp0 +SET PATH=%NIMPATH%\bin;%NIMPATH%\dist\mingw\bin;%PATH% cmd - +