Hello!
Post by SarahPost by Chuck AndersonI can't find one. Is there a way to have Calendar automatically run
when I open Thunderbird?
That's the exact question I've been asking myself since downloading
Thunderbird. I did ask on this list too but I've had no satisfactory
answer yet. It would be **so** practical to view Calendar on startup!
Can **anyone** help??
Well, I actually wrote myself a little script, which starts all of
my Mozilla applications at once: Firefox, Sunbird and Thunderbird.
This is quite convenient, since I just do that once in the morning.
In general, if you don't need Firefox at that moment, just make your-
self a little script, which starts Sunbird and Thunderbird together.
For most Unix-style-OS users this is nothing special, but for Windows
users writing scripts might be a bit more unusual. The script in
question is of course very simple:
- - - - - -
start "Firefox" /B "C:\Program Files\Mozilla Firefox\firefox.exe"
start "Sunbird" /B "C:\Program Files\Mozilla Sunbird\sunbird.exe"
start "Thunderbird" /B "C:\Program Files\Mozilla Thunderbird\thunderbird.exe"
- - - - - -
Of course, you need to adjust any paths in there to those of your
installations. Write that in a normal ASCII text editor and store it
under a name such as 'appstart.bat', or something else with a .bat
extension. You store that in some directory of your choice.
Then you create a short-cut to it and put it in your start-menu,
or on the desktop, or wherever else you have it stored. I usually
call this link 'MozillaStart'. Then, in order to start it all at
once, you just need to select from the start menu or double click
on 'MozillaStart' and off you go! You will for a brief moment see
one of those DOS command line windows, but that will disappear
quickly again.
I always run the "4t Tray Minimizer", which then allows me to place
all of the applications into the system tray, rather than the task
bar, which keeps the desktop nicely cleaned up. But that is optional,
of course...
See if that helps...
Tom