Quote:
Originally Posted by Ravenflight
Ok, that fixed it. I haven't opened a terminal on the Mac in years- This may be a stupid question, but is there a way to make the beta open as the default gui without having to go into terminal each time?
|
Try typing in the following applescript program and saving
tell application "Terminal"
activate
do script with command "libprs500-beta"
end tell
Save in your applescript directory and select from drop down menu.