summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/tl-cmd.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/installer/tl-cmd.bat')
-rwxr-xr-xMaster/tlpkg/installer/tl-cmd.bat12
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/tl-cmd.bat b/Master/tlpkg/installer/tl-cmd.bat
new file mode 100755
index 00000000000..ef6be8b68ae
--- /dev/null
+++ b/Master/tlpkg/installer/tl-cmd.bat
@@ -0,0 +1,12 @@
+@echo off
+
+rem This batchfile starts a command prompt with the TeX Live
+rem Windows binary directory as first path component.
+
+rem Public domain
+
+@echo off
+setlocal enableextensions
+
+for %%I in ("%~dp0..\..\bin\win32") do set "PATH=%%~fI;%PATH%"
+start "TeX Live 2011" "%COMSPEC%"