Add portable version of Laragon

This commit is contained in:
LeoKhoa
2018-07-24 11:20:55 +00:00
parent 848a189df1
commit db5cf71b12
608 changed files with 204678 additions and 0 deletions

15
bin/cmder/cmder.bat Normal file
View File

@@ -0,0 +1,15 @@
@echo off
SET CMDER_ROOT=%~dp0
@if "%2"=="" (SET FULL_TITLE=%1) else (SET FULL_TITLE=%2)
for %%f in (%FULL_TITLE%) do set TER_TITLE=%%~nxf
title %TER_TITLE% - %FULL_TITLE%
:: Remove trailing '\'
@if "%CMDER_ROOT:~-1%" == "\" SET CMDER_ROOT=%CMDER_ROOT:~0,-1%
cd /d "%1"
cmd /k %CMDER_ROOT%\vendor\init.bat "%2"