Eric Pement
2008-07-25, 14:20
To use this, you must have this command in your TCSTART.BTM file:
alias /r "c:\path\to\alias.ini"
And then in the alias.ini file, you keep all your commonly used aliases, e.g.,
calc=echo The answer is %@comma[%@eval[%$]]
clear=*cls
getclip=*type clip:
and then, assuming your favorite text editor is named TDE (http://www.geocities.com/jadoxa/tde/) (Thomson-Davis Editor), add this next one:
addalias=tde c:\path\to\alias.ini %+ alias /r c:\path\to\alias.ini %+ echo New aliases loaded!
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.)
alias /r "c:\path\to\alias.ini"
And then in the alias.ini file, you keep all your commonly used aliases, e.g.,
calc=echo The answer is %@comma[%@eval[%$]]
clear=*cls
getclip=*type clip:
and then, assuming your favorite text editor is named TDE (http://www.geocities.com/jadoxa/tde/) (Thomson-Davis Editor), add this next one:
addalias=tde c:\path\to\alias.ini %+ alias /r c:\path\to\alias.ini %+ echo New aliases loaded!
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.)