It all started with a program named TC Batch Script (which is dead now) which the lack of scripting in Total Commander made me create.
With this utility, you can execute multiple internal commands and use the scripts functions in other ways to interact with Total Commander.
Warning:
- Since this program uses Total Commander in a way it wasn't meant to be used, it could crash it!
- If you enter the right (or wrong) commands and run the script, you could delete files without seeing a confirmation dialog.
- Only use this tool if you swear not to blame me if something goes wrong (sounds comforting, right

How To Use It:
First, copy the newest TOTALCMD.INC file into the same directory as the this executeable.
The script language is rather easy to learn, if you know another language, but it's currently limited in many ways. If you don't have any experience in scripting, then maybe this program isn't for you.
I wont go into details and descripe how each function in this script language works, instead open some of the included examples and study them carefully. A complete list of the functions can be found in the dialog that pops up when pressing F6.
There is 1 function I would like to explain though, and this is PostCmd which will send an internal command to TotalCmd such as cm_MkDir. By pressing F5, all internal commands will be listed in a dialog, where you also can filter them out.
I've also taken the liberty to include some scripts which has nothing to do with TotalCmd, just to show what other things this script engine can do.
Known Issues (Should be fixed, but please confirm):
The SendText command does not work with special characters, only lowercase letters a to b and numbers 0 to 9. This shouldn't be to difficult to fix, I just need to put it through an ASCII -> Virtual Key converter. If I'm not mistaken, theres an API funtion for this, but i cant remember the name of it.
Command Line Parameteres:
TCScript.exe %filename% Loads the file into the script editor.
TCScript.exe /run %filename% Will run the script file and then quit.
05.05.16 / Released TC Script Editor v1.04 final - build 245:
> Direct Link (RAR) (237 k)
> Newest Script Library (Not available - Included in the direct link above)
> Screenshot (10.2 k)
> What's New (1984 b)
> Readme (1157 b)
> My TotalCmd Tools Dir
> List of All My Programs