@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%"