diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/bin/win32/texworks.bat | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/bin/win32/texworks.bat b/Master/bin/win32/texworks.bat new file mode 100755 index 00000000000..0b8c38d3102 --- /dev/null +++ b/Master/bin/win32/texworks.bat @@ -0,0 +1,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" %*
\ No newline at end of file |