Launching OE-Cake

Tags: ,

OE-Cake is still expired for OS X – lets work around that

So OE-Cake now has a beta for windows – but not OS X.

We still have the binary from their old version that expired some time ago – we were launching it with ARD with the below trick, but now I’ve moved it into a read-only applescript application that the students can launch themselves:

try
    do shell script "sudo date 1103100008" user name "admin" password "*****" with administrator privileges
end try

do shell script "open /Applications/OE-CAKE\\!.app"
delay 10
do shell script "launchctl stop org.ntp.ntpd" user name "admin" password "*****" with administrator privileges
do shell script "launchctl start org.ntp.ntpd" user name "admin" password "*****" with administrator privileges

2 comments ↓

#1 Lars on 10.13.09 at 2:57 pm

Hey there! So I have been trying to get a working copy of this awesome program to work on my brand new Mac Book Pro. Unfortunately I have not been successful. I hope this works, but I have now idea how to apply this to my game. Some help would be greatly appreciated!

#2 Bob on 02.11.10 at 6:30 pm

awseome

Leave a Comment