summaryrefslogtreecommitdiff
path: root/Master/bin
diff options
context:
space:
mode:
authorPiotr Strzelczyk <piotr@eps.gda.pl>2009-07-02 23:13:51 +0000
committerPiotr Strzelczyk <piotr@eps.gda.pl>2009-07-02 23:13:51 +0000
commitaf4042f7d58b00e5b09265cd5279b3ba2a5f8b5a (patch)
tree6169a979ae29e5018407fe70f9316014be6f2620 /Master/bin
parent9cd7f5ba39d6e945aea6c38721a4d2aacc5c0cbb (diff)
start TW from its dir to make libpoppler with CJK support work
git-svn-id: svn://tug.org/texlive/trunk@14072 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin')
-rwxr-xr-xMaster/bin/win32/texworks.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/bin/win32/texworks.bat b/Master/bin/win32/texworks.bat
index d8f352b2e43..bf2a2de6447 100755
--- a/Master/bin/win32/texworks.bat
+++ b/Master/bin/win32/texworks.bat
@@ -19,7 +19,7 @@ if not exist "%TW_INIPATH%\" mkdir "%TW_INIPATH%"
if not exist "%TW_INIPATH%\" goto :noinipath
rem Start TeXworks editor without blocking command line
-start "" "%TEXROOT%\tlpkg\texworks\texworks.exe" %*
+start /D"%TEXROOT%\tlpkg\texworks" "%TEXROOT%\tlpkg\texworks\texworks.exe" %*
goto :eof
:noinipath