TClock Light reads tcmenu*.txt in "lang" folder and makes right-click menu. The file name of tcmenu*.txt varies with your language setting of Windows. In case of French, it is tcmenu-fr.txt.
You can customize menu items by editing your tcmenu*.txt. The contents of tcmenu*.txt is as follows.
"Adjust Date/Time" 408 "Minimize All Windows" 415 "Task Manager..." 420 "Taskbar Properties" 413 --------------------------- Timer 103 #Timer Begin #Timer End --------------------------- "Synchronization Settings" tcsntp.exe "Synchronize" 104 --------------------------- "TClock Properties" 100 "TClock Help" 101 "About TClock" 108 "Exit TClock" 102
A line beginning with '#' is regarded as a comment.
# This line is a comment.
A line beginning with more than two '-'s inserts a separator.
---- This is a separator.
To make a menu item that calls a function of TClock or task bar, input in order "text to display", spaces or tabs, and a number. Please refer to Command numbers of TClock Light.
The following is an example of adding "Exit Windows" to menu.
"Exit Windows" 506
To make a menu item that opens a file or executes a program, input in order "text to display", spaces or tabs, and full path name of a file.
The following is an example of an item that opens Internet Explorer.
"Internet Explorer" C:\Program Files\Internet Explorer\iexplore.exe