quote:
Originally posted by Anubis
Just clean the folder out every now and again then...I do it once a monthish
You could even make a batch file that sorts files based on extension...
code:
@echo off
move *.jpg "..\My Pictures"
move *.gif "..\My Pictures"
move *.wmv "..\My Videos"
...place it in your Recieved Files folder, and run it once a week/month...