summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/tlpkg/installer/tl-tray-menu-custom.bat9
-rwxr-xr-xMaster/tlpkg/installer/tlmenu.bat5
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