diff options
author | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-05-17 14:18:00 +0000 |
---|---|---|
committer | Piotr Strzelczyk <piotr@eps.gda.pl> | 2009-05-17 14:18:00 +0000 |
commit | dc026a973db7a67ed9b990500871cedd136dd3a9 (patch) | |
tree | 9f7e4f760f00f7aeddfad9b0d25dbc9175806974 /Master/bin | |
parent | a8ca9b6c79c93c26310e1339656dbb36c886e587 (diff) |
wrapper for texworks
git-svn-id: svn://tug.org/texlive/trunk@13180 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin')
-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 |