Topic: Application update ToDo list on your desktop
Using the following as a default command to execute on application updates produces a text file on your desktop of the applications that were updated. Just replace USERNAME with your username so it points to your desktop. I use this on a Windows XP Pro machine.
ECHO {appname} >> "C:\Documents and Settings\USERNAME\Desktop\Updates.txt"
I find this very useful because I now include the command line execution of Ketarin in a daily shutdown script for my machine. This way I am notified of new applications that are available. The script will continue to append the text file so you'll want to delete it after you have updated your applications.
