summaryrefslogtreecommitdiff
path: root/Master/bin/win32
diff options
context:
space:
mode:
authorPiotr Strzelczyk <piotr@eps.gda.pl>2009-10-02 23:01:51 +0000
committerPiotr Strzelczyk <piotr@eps.gda.pl>2009-10-02 23:01:51 +0000
commitfc4c5f1e7f5b235658d9acba4e30f849da62a8ec (patch)
treeff4b63d251259175ec7ddd2e58e731db179a88de /Master/bin/win32
parenta71e981a7b5585e3bfb20506eddc63a67fac55ed (diff)
start up in the current directory
git-svn-id: svn://tug.org/texlive/trunk@15593 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/win32')
-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 57af57a4893..f9e8b227e10 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 "TeX Works" /D"%TEXROOT%\tlpkg\texworks" "%TEXROOT%\tlpkg\texworks\texworks.exe" %*
+start "TeX Works" "%TEXROOT%\tlpkg\texworks\texworks.exe" %*
goto :eof
:noinipath