This commit is contained in:
Dax T. Games
2020-09-13 07:16:26 -04:00
parent 2e5ae32331
commit b0a0ef0857

View File

@@ -1,5 +1,6 @@
@echo off @echo off
echo %CMDER_ROOT% | findstr /i "\laragon\bin\cmder" >nul
echo %CMDER_ROOT% | findstr /i "laragon" >nul
if "%ERRORLEVEL%" equ "0" call %cmder_root%\..\..\etc\cmder\laragon.cmd if "%ERRORLEVEL%" equ "0" call %cmder_root%\..\..\etc\cmder\laragon.cmd
exit /b 0 exit /b 0