From 312a71a1d7cddde80d192d4c6f1e8a3401042382 Mon Sep 17 00:00:00 2001 From: Siep Kroonenberg Date: Sat, 28 May 2011 08:57:33 +0000 Subject: Comments tlmenu.bat and tl-tray-menu-custom.bat git-svn-id: svn://tug.org/texlive/trunk@22638 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/tl-tray-menu-custom.bat | 9 ++++++--- Master/tlpkg/installer/tlmenu.bat | 5 +++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Master/tlpkg/installer/tl-tray-menu-custom.bat b/Master/tlpkg/installer/tl-tray-menu-custom.bat index 2c284b54697..a44bfdb3e30 100755 --- a/Master/tlpkg/installer/tl-tray-menu-custom.bat +++ b/Master/tlpkg/installer/tl-tray-menu-custom.bat @@ -1,8 +1,11 @@ @ECHO OFF -rem Copy to the root of the TeX Live installation and customize as needed, -rem e.g. by substituting different editors. -rem The system tray menu has already taken care of the searchpath. +rem Sample custom submenu for the tray menu +rem Usage: edit and copy to the root of the installation. + +rem For a batch-mode main menu, see tlmenu.bat. + +rem Note. The system tray menu has already taken care of the searchpath. SETLOCAL ENABLEEXTENSIONS SETLOCAL ENABLEDELAYEDEXPANSION diff --git a/Master/tlpkg/installer/tlmenu.bat b/Master/tlpkg/installer/tlmenu.bat index 96764c96f32..eec8a4e17fe 100755 --- a/Master/tlpkg/installer/tlmenu.bat +++ b/Master/tlpkg/installer/tlmenu.bat @@ -1,5 +1,10 @@ @ECHO OFF +rem Sample main menu +rem Usage: edit and copy to the root of the installation. + +rem For a custom submenu for the tray menu, see tl-tray-menu-custom.bat. + SETLOCAL ENABLEEXTENSIONS SETLOCAL ENABLEDELAYEDEXPANSION -- cgit v1.2.3