2022-02-27 15:24:37 +08:00
|
|
|
@echo off
|
|
|
|
setlocal
|
|
|
|
for /D %%A in (. %1) do set open=%%~dpnA
|
2022-03-05 13:13:49 +08:00
|
|
|
where lite-xl.exe 2>nul >nul
|
|
|
|
if errorlevel 1 (call choco install -y lite-xl & call v-choco-refreshenv)
|
|
|
|
start "" cmd /c "chcp 65001 & lite-xl.exe %open%"
|