Monday, April 30, 2007

Batch delete unwanted files
Might prove useful if you are asked to report on and then delete mp3, avi etc.

for /f "tokens=*" %x in ('dir *.bak,*.tmp,*.dmp /s /b /a-d') do @echo
Del "%x" >>deleteme.bat

More...

How to setup RealVNC over the web:
Great post by gadgetman496 on how to set this up. More...

Tuesday, April 24, 2007

Free third-party POP3 connectors for Exchange Server
"When installed, it talks to an outside POP3 mailbox at regular intervals, downloads all the email there, and forwards it to another server via SMTP. More...



Labels: