Hi Randy,
> Has anybody created a application (in Python or something else) that will > 'cleanup' a Windows AG session, when, for whatever reason, there are > pythonw, rat, ratmedia, ratui, and vic process left around? I typically go > into the task manager and manually kill them, but this is definitely NOT a > good option for users who are technically challenged. If you are using WinXP Pro, you could write a batch file which uses the 'kill' command. You can specify a task name or window title as the argument to 'kill', see 'kill -?' for more details. Doug

