Track command line of application
Auto tagging very helps, but tracking collect only header of windows. Some application had same header but content are different. They are contents depends from its command line of application. How about collect command line of active application?
-
[Deleted User] commented
Ok, David a little bit more of description:
I work with program and its have a application starter, for example list of information database. Each of them have own parameters - server name, database name. When user choose one database from list, starter runs primary application (they can be different version or exchange protocols, depending of running content, for example, thin or thick client). The application had MDI interface but from this point of view for me doesn't matter caption of window - more important command line with connection string and running type. More understandable at picture on link: https://1drv.ms/u/s!AqfDN9hq0ITFgaZsb6Og6dTGmzmHtA . But I can't get this information from main title application window or its inherited windows. Every project have own databases. And work time spent on each must counted separately. Vendor of this program 1C company, is very famous in Russia and greatest distributor of software: http://1c.ru/eng/title.htm -
David Matten commented
and this request needs a more descriptive title...
-
David Matten commented
if you are starting the application from the command line yourself (as opposed to it being invoked from a place you do not control), then you can use the "start" command to provide the window title of your choosing, in which case you can then use the CustomTitle feature to pick out whatever you want.