New Message: Re: Configure flaunch
webmaster at userland.com
webmaster at userland.com
Wed Jul 4 08:00:22 CDT 2007
A new message was posted:
Address: http://manila.userland.com/discuss/msgReader$2764
By: Lawrence Lee (lawrence at userland.com)
It sounds like your flaunch script isn't setup properly. I would open the Frontier application window and choose Main-Jump.
Enter user.scheduler.everyMinute
Can you open the Keep Frontier Running script and email me a screenshot of it to lawrence at userland.com
Add this to the top of the script:
local (day, month, year, hour, minute, second);
date.get (clock.now (), @day, @month, @year, @hour, @minute, @second)
on quitnow () {
filemenu.save ();
filemenu.quit ()}
Lines 4-5 are indented under the third line.
Then add this at the bottom of the script:
bundle { //every server quits at 3:15AM
if (hour == 3) and (minute == 15) {
quitnow ()}}
If you're confuse on how to indent things, let me know and I'll email you a script sample you can import into Manila.
Lawrence
This is a Manila site... http://manila.userland.com/.
More information about the Manila-Users
mailing list