| | |
iCal auto-start
![]() |
•
•
•
•
Originally Posted by Neech
I need a little help on a simple problem.
I am running OSX 10.3.5
How do I get iCal to automatically load up and display on my screen everytime I switch on my Mac without having to click the dock icon?
You're done.
•
•
•
•
Originally Posted by kc0arf
There is another way to do it if you want things to startup for all users. You can find that folder on the System Volume --> Library --> StartupItems
It's not. It's a shell script.
yellow% more RetroClient
#!/bin/sh
##
# Start Retroclient (pitond) daemon
#
# please make sure this is saved with unix line endings
##
. /etc/rc.common
if [ -f "/Library/Preferences/retroclient.state" ] && [ -d "/Applications/Retrospect Client" ]; then
ConsoleMessage "Starting Retrospect Client"
/Applications/Retrospect\ Client/Retrospect\ Client.app/Contents/Resources/pitond &
fi![]() |
Similar Threads
- Auto Start Page Rotator (JavaScript / DHTML / AJAX)
- "Windows did not start succsesfully" (Windows NT / 2000 / XP)
Other Threads in the Mac Software Forum
- Previous Thread: Mail Formatting lost when sending from Panther "mail" app.
- Next Thread: Persistent Safari Dock Icon
| Thread Tools | Search this Thread |







Solved my problem.