Need Help with a Batch File
I just purchased a CanoScan LiDE 210. It has an email function that automatically launches your default email client and attaches the scanned document to the Compose window. This scanner only seems to allow this function to work with Outlook and Outlook Express. The manual says the email program must be MAPI compliant.
I use Thunderbird, and the scanner's email function does not work with this email client. I found a small utility called FileAttach that gets it working with my Win7 PC, but not XP. http://www.stephan-brenner.com/?page_id=312
Went on the Thunderbird Forum, and the Moderator suggested writing a small batch file for the XP machine. He gave me the following code, but I really don't understand it, and couldn't get very far trying to use it:
Set Thunderbird as the default email client and then create a batch file that calls Thunderbird with something like "C:\Program Files\Mozilla Thunderbird\Thunderbird" -compose attachment=%1 . Then use that batch file instead of FileAttach. %1 should get replaced by the filename.
I've read about batch files, but still don't understand what I am supposed to do here. No response from the Thunderbird Forum, so hoping someone here can help me. I really need this laid out in simple terms.
Thanks...