I use XAMMP on my G5 for Servoy database development.
What I would like to have is have AppleScript startup XAMPP automaticly with a startup script.
This is what I manually do:
1. Go to a Terminal shell and login as the system administrator root:
sudo su
2. enter root password
3. Call this command to start XAMPP:
/Applications/xampp/xamppfiles/mampp start
How do I get this in an AppleScript?
