UNIX controls classic MacOS
You'll need:
- Script-Daemon from Peter Lewis (free)
- Users & Groups OSAX from Quinn the Eskimo (free)
- owner name and password of the mac you want to connect to
Installation:
- copy U&G OSAX into Scripting Additions in the
system folder
- copy ScriptDaemon somewhere on your disc and create an alias to it in the
Startup Items
How To:
After starting ScriptDaemon the mac will listen on port 23
If one wants to connect to the mac, one have to logon with
owner name and password
Three basic commands are available:
/HELP
shows a list of available commands
/QUIT
closes the session
/EXEC
followed by a single or multiple line AppleScript
that has to be terminated with a single dot on a line.
If your AppleScript creates some output it will be returned.
More details in the ScriptDaemon documentation.
An example script can be found here