Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - webazubi

Pages: 1 [2]
16
Hello.
> Doesn't the built-in e-mail function work for you? (File | Email or right-click on image, then Email).

No, because in that way it's not possible to set other values like "To" or "Subject" or set the Account.

>use %%p to get command line parameters. Could that be the problem?

No change. Variable keeps empty.

> enable "Accepts multiple files" in the properties
Yes, I enabled, but no change.

When I start my batch I can see in a short Dos-Box that Thumbs works something with several files, but they don't arrive in Thunderbirds Attachment.

>copy the filenames to the clipboard
I also thought about exporting all files to a specific folder ... But thats not what I wanted.

Seems to be easier to set the values für the Mail in the Batch-file and then drag the pictures with the mouse from Thumbs in the Mailwindow.

17
Hello.

I'm trying to build a batch-File, wich can send selected pictures in Thumbs 10 to Mozilla Thunderbird.

So I select some Pictures with clicking the mouse by holding Strg-Button. Then I start the batch like

FOR %%i IN (%*) DO set 'tmpvar=%%i'
"thunderbird.exe" -compose "to='testmail@xx.xx',subject='Test',attachment='%tmpvar%'"


But always the variable tmpvar seems to be empty - no pictures arrived in thunderbird.

So the question: How can I fill tmpvar?

Thanks

Pages: 1 [2]