TeXnicCenter UserTools Menu
Add Tools to the Txc UserTools Menu with a
command line tool.
Features
This little tool was build as a command line for my Internal Latex Distribution
"TeXoo". It can be usefull for setup or installation process.
- Modify TeXnicCenter registry to add Menu on the UserTools Menu of TexnicCenter
(you need to restart Txc).
- Each language has its own menus.
- TeXniCenter is a Windows Latex Editor from www.toolscenter.org

Command line
Add a Tool (-a)
- txtusertools.exe -a "language
name" "Tool Caption" "Exe Tool Path&Name" "parameters"
"default dir"
- Example : Add installed TexAide Equation Editor in the UserTools
Menu :
| txcusertools -a "english" "Equation
Editor" "C:\TeXoo\TexAide\Eqnedt32.exe" " " "
" |
NB : You have to put a white space between quotes for empty parameters.
This tool (with the -a command) needs 6 parameters in the right order.
remove a Tool (-r)
- txtusertools.exe -r "language
name" "Tool Caption"
- Example : Remove the "Equation Editor"entry from the english
version of TeXnicCenter.:
| txcusertools -r "english" "Equation
Editor" |
NB : To delete the User tool entry you have to close TeXniCenter before
running this tool. This tool (with -r command) needs 2 parameters in the right
order.
Parameters
You can use TexNicCenter placeholders
Langage name
Download
Goto to the download section for
exe and DELPHI 6 sources.
|