From 60d2f7cfd3aba0fd49bce38b45f98b3182e56b48 Mon Sep 17 00:00:00 2001 From: Tau Date: Sat, 9 Nov 2019 14:03:16 -0500 Subject: [PATCH] Fix working directory issues in startup batch file --- start.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/start.bat b/start.bat index a56205c..b34a7be 100644 --- a/start.bat +++ b/start.bat @@ -1,5 +1,7 @@ @echo off +pushd %~dp0 + where /q node if errorlevel 1 ( echo NodeJS does not appear to be installed.