0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-06-30 22:19:29 -04:00

[win32] el.bat as suggested in #363

This commit is contained in:
Witold Filipczyk 2025-01-13 10:02:28 +01:00
parent d5e88f6924
commit 7d4f8ce0b1

8
contrib/win32/el.bat Normal file
View File

@ -0,0 +1,8 @@
@ECHO OFF
SET ELDIR=%~dp0
:: Remove trailing \ from %~p0
SET ELDIR=%ELDIR:~0,-1%
SET ELINKS_CONFDIR=%ELDIR%
SET XDG_CONFIG_HOME=%ELDIR%
SET CURL_CA_BUNDLE=%ELDIR%\curl-ca-bundle.crt
"%ELDIR%\src\elinks.exe"