To use this, you must have this command in your TCSTART.BTM file:
And then in the alias.ini file, you keep all your commonly used aliases, e.g.,
and then, assuming your favorite text editor is named TDE (Thomson-Davis Editor), add this next one:
I am now able to edit aliases in a flash, instantly activate them, and save my changes so they will be active the next time I run TakeCommand. (Of course, if you don't use TDE as your editor, just replace it with whatever is a quick and preferably console-mode text editor.)
Code:
alias /r "c:\path\to\alias.ini"
And then in the alias.ini file, you keep all your commonly used aliases, e.g.,
Code:
calc=echo The answer is %@comma[%@eval[%$]]
clear=*cls
getclip=*type clip:
and then, assuming your favorite text editor is named TDE (Thomson-Davis Editor), add this next one:
Code:
addalias=tde c:\path\to\alias.ini %+ alias /r c:\path\to\alias.ini %+ echo New aliases loaded!