How to get the list of hacks and mods that you have put into your sims download folder.

EITHER

Open a new DOS command prompt window.
  Start -> All Programs -> Accessories -> Command Prompt
Check that is says somthing like the line below (Jason is my login name)
  C:\Documents and Settings\Jason
Then type the following all on one line follewed by the enter key.
  dir "My Documents\EA Games\The Sims 2\Downloads" /a:-d /o-d /s > Desktop\SimsDownloadList.txt

OR

Copy the SimsDownloadList.bat file to your Desktop
Double click it
You will then find a new Text file on your Desktop (or the existing one will be updated)



Note: It is generally a bad idea to download these type of files from a complete stranger and run them without
being sure of what they do.  So don't make a habit of this.
You can find out what the line above does in Windows Help.  Search for 'dir'.

-Jason.