Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'dosn't work' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
dosn't work
Authored by: macubergeek on Feb 05, '02 08:33:27PM

Tried the script and it dies at the sudo renice line. If you are logged in as administrator, you need to be root to do renice.
Additionally the pathname has to have a set of quotes around "Classic startup.app"
I've just written a shell script, saved it as classic.command and put this in it:
/System/Library/CoreServices/"Classic Startup.app"/Contents/Resources/TruBlueEnvironment &

When terminal opens and finishes I then quit terminal with a command q
It lauches classic super fast and I can use it from the script menu



[ Reply to This | # ]
Re: doesn't work
Authored by: jiclark on Feb 05, '02 11:02:23PM

Macubergeek,

Could you give me (us) a more specific explanation of what you did to make this work another way? I have the same problem with the script "dying" at the renice stage. I'd love to find a way to make this work though, it seems like it gets Classic going in no time!!!

Thanks,
John



[ Reply to This | # ]
Make it Executable
Authored by: jiclark on Feb 07, '02 02:53:49AM

Okay, so WHAT are we making Executable?? You "UNIX geeks" seem to assume we non-geeks can just learn a new language by osmosis! Macubergeek wrote:

"I've just written a shell script, saved it as classic.command and put this in it:
/System/Library/CoreServices/"Classic Startup.app"/Contents/Resources/TruBlueEnvironment &

When terminal opens and finishes I then quit terminal with a command q
It launches classic super fast and I can use it from the script menu..."

Well, that doesn't tell ME very much I can work with. WHAT shell script? "Saved it as classic.command..." in what app??? WHERE do you put that file path line that ends in "&"; and why do you do this AFTER saving "it" as classic.command? Does "I can use it from the script menu..." mean it's an AppleScript after all?

Forgive me for being dense, but I'm lost... Can anyone make it a little less cryptic for us lame "non-UNIX geeks"??? ;-}

Many thanks,
John



[ Reply to This | # ]
Make it Executable
Authored by: jiclark on Feb 07, '02 12:14:03PM

After re-reading my post (above) this morning, I want to apologize for the nasty tone. It was not intended. It was late when I wrote that, and I sincerely intended it to have a light-hearted, teasing tone. Instead, it reads very cranky, doesn't it? Again, I apologize...

I would still love it if someone could give me a clearer explanation/description of the shell process mentioned above.

You can flog me now... ;-}



[ Reply to This | # ]