I'm not a DOS BASIC programmer, but was interested in this, so did a quick search on google and found this - why don't you insert this timer function at the beginning if your Windows batch program to cause the delay prior to it browsing to Plone:
http://www.ericphelps.com/batch/samples/sleep.txt Joe Bigler wrote: > This appears to occur because Plone is not able to write that message to the > event log since the code for the event log is commented out and the CD is > read-only. > > One thing I would like to do is start the web browser after Zope is running. > Currently, I run runzope.bat to start Zope in a DOS Window. I also run a > file called begin.htm which opens the browser and provides the user with a > link to open http://localhost:8080/Plone. They both run, but the begin.htm > file opens before Zope is finished loading. If the user clicks on the link, > they could get an error. > > Ideally, begin.htm would open after Zope is completely running. So far, I > have not been able to figure out how to do that. Any suggestions would be > appreciated. > _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
