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:
parent
d5e88f6924
commit
7d4f8ce0b1
8
contrib/win32/el.bat
Normal file
8
contrib/win32/el.bat
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user