summaryrefslogtreecommitdiff
path: root/Master/bin/win32/texworks.bat
blob: 0b8c38d3102741d1f0a560ab460748939279f060 (plain)
1
2
3
4
5
6
7
8
9
@echo off
rem Launcher script for texworks

rem Get TL root (should be two levels up)
for %%I in (%~dp0..\..) do (set tlroot=%%~fI)
rem Add bin dir to path
path %tlroot%\bin\win32;%path%
rem Start texworks editor
start "" "%tlroot%\tlpkg\texworks\texworks.exe" %*