7 lines
140 B
Batchfile
7 lines
140 B
Batchfile
@echo off
|
|
|
|
|
|
echo %CMDER_ROOT% | findstr /i "laragon" >nul
|
|
if "%ERRORLEVEL%" equ "0" call %cmder_root%\..\..\etc\cmder\laragon.cmd
|
|
exit /b 0
|