ZapMe1:
Trust me, it is no fun if you want to learn from the beginning to develop a proram.
Anyway, I think I got the first step, movie ID extraction from RSS script. But I am struggling the next step. You need a way to pass variable(item number in RSS) out to the TP. At first, I think I could use shortcut to point a link where you can link the exe. But you need to pass the number into that exe. This is where I have no clue how to do it.

For example, a link like this.
/My Documents/ReviewDownload.exe ID=1
The key is to write ReviewDownload.exe to take the number after "ID=" inside the program and it can go to the ID List (a text file) to get the first ID from the list and download the review of that particular movie.
I checked the size of review html is about 20K, so you really don't want download all of them, 20Kx32=640K. Besides, it will take about 1-2 minutes to get all these reviews. With the problem I encountered of AS, you probably can not do it mutiple times, however Wi-Fi seemed to be ok.
I will continue to see I can make that happened..