As usual, in my request I left out an important detail: let me refrase: Is there any declare or shell command to start up the computer (Mac OS X, and Classic if ever possible) AT A SPECIFIC TIME?
I think a call to cron (or something like that) is required; but unfortunatelly I never played with such stuff, so I'm in the fog. Meantime, thanks a lot for the first part of the answer: to you and to those who answered. >From: Eric M.Williams <[EMAIL PROTECTED]> >Date: Sun, 21 May 2006 22:37:09 -0700 > > > I searched the archives for any thread about starting up the computer, > > but I could not even go through the first ten threads because my > > dialup connection died. Anyway, in the threads I could read, I did not > > find an answer to my question, that is: > > > > is there any declare or shell command to start up the computer (Mac OS > > X, and Classic if ever possible)? > >Declare Function StartUpComputer lib "CarbonLib" (turnOffExtensions as >boolean, ignoreLackOfElectricity as boolean) as integer > >If you call this function when the computer is off, it will turn on and >begin the boot process. For troubleshooting, you can set >'turnOffExtensions' to true. Set 'ignoreLackOfElectricity' to true for >an unconditional boot. :) -- Carlo _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
