I just joined because of this. I've been looking for a working SendTo shortcut for years, and this is it. Thank goodness there's a latest 2013 tip. I tried using the tips from posts from the net from older years, but nothing worked right. I changed the line:
clamwinportable --mode=scanner --path=%1 to
clamwin --mode=scanner --path=%1 to work for my non-portable ClamWin. I added the
@ sign to tidy the messages displayed on the DOS box. I placed the batch file inside of the
bin folder.
My batch file looks like this now:
@echo off
echo Scanning: %1
clamwin --mode=scanner --path=%1
I found out that such a batch file can also scan a folder recursively. I hope there would be a similar tip on how to scan multiple-highlighted files too.

Thank you very much for the tip! Even though it was originally meant for a portable edition, it can still be used with the original non-portable one. Please don't delete this thread as I know a lot of other people will benefit as well.