summaryrefslogtreecommitdiff
path: root/Master/bin
diff options
context:
space:
mode:
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 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