05-19-2003, 08:30 PM
Thanks! Yes, that’s working reasonably well. A quick note for other people who use the routine — the goto label line
“;return”
only worked after it was changed to
“ return”
(Note the space before the word.)
So there are now four levels of the script’s logic to find the name.
- Try the mystery registry entry
- Try GetFileVersionString
- If the application has a single visible window, use its name
- Just use the executable name
“;return”
only worked after it was changed to
“ return”
(Note the space before the word.)
So there are now four levels of the script’s logic to find the name.
- Try the mystery registry entry
- Try GetFileVersionString
- If the application has a single visible window, use its name
- Just use the executable name
9: ) Lindsey Dubb