WCTitle v0.9

This program modify the Total Commander program title, adding a progressive number so as to identigy different Windows Commander istances.
It works only on Win NT/2000/XP stations

The advanteage is that you simply cannot launch the program to have the normal WinCmd title.

Know bug:
it doesn't resists to desktop complete redrawings (like WINKEY+D), so it has to be reapplied to the WC istance whose title you want to differentiate.

Enrico Frumento (zapped@libero.it)

Note that this is a really rough version, report bugs comments and other to me.


Instructions
------------------

1- copy wctitle.exe and wctitle.ini in wincmd directory.

2- You must create two buttons on the WC command bar, like below

button1=D:\wincmd\WCMICONS.DLL,1
cmd1=D:\wincmd\wctitle.exe
path1=D:\wincmd\
menu1=Number WC Titles

button2=D:\wincmd\WCMICONS.DLL,2
cmd2=D:\wincmd\wctitle.exe
param2=/reset
path2=D:\wincmd\
menu2=Reset Counter for Number WC Titles

Above commands are just as ideas.

3- Chance the wctitle.ini accordingly to the WC version you have and to to your Registration Name. What the program checks is the program title bar for strings such Windows Commander x.yz - Registration Name, like in the wctitle.ini's parameter Title_Template parameter.

Usage
---------
At the first launch the program assigning an incremental number to the WC istance (stored in the wctitle.ini). Press many times to increment the number to the same istance.
The second button (with command line /reset) resets the counter letting it restart from 1

-Remember to check "run minimized" when creating the button, to not annoy with dialogs or dos windows.


How it works
------------
This has be done using some NT/2000/XP undocumented functionalities (finding the process that launched another: the process that launches the wctitle is assumed to be the Windows Commander's istance to be modified).
Then the program seeks back all desktop icons up to when it finds one with the same processID of already identified with the previous step.




