Re: speed daemons
Re: speed daemons
- Subject: Re: speed daemons
- From: Vince DeMarco <email@hidden>
- Date: Fri, 31 Aug 2001 09:59:01 -0700
On Friday, August 31, 2001, at 09:46 am, Chad Jones wrote:
Second question, can an app written in Cocoa be launched via the shell?
Via a telnet session?
Sure use the 'open' command.
$>open /Applications/Calculator.app/
This can be done via telnet to open applications on the remote machine
(assuming the user has proper permissions ;).
And the same user is logged into the machine at the console already.
vince