Fix working directory issues in startup batch file

This commit is contained in:
Tau 2019-11-09 14:03:16 -05:00
parent 0ac8b44ce0
commit 60d2f7cfd3

View File

@ -1,5 +1,7 @@
@echo off
pushd %~dp0
where /q node
if errorlevel 1 (
echo NodeJS does not appear to be installed.