Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site utcsri.UUCP Path: utzoo!utcsri!buchanan From: buchanan@utcsri.UUCP (John Buchanan) Newsgroups: comp.sys.atari.st Subject: LOGO start up files Message-ID: <4419@utcsri.UUCP> Date: Wed, 25-Mar-87 10:49:59 EST Article-I.D.: utcsri.4419 Posted: Wed Mar 25 10:49:59 1987 Date-Received: Sat, 28-Mar-87 10:42:22 EST Distribution: net Organization: CSRI, University of Toronto Lines: 19 After mucking about with the file named STARTUP.LOG I realized that it is possible to automatically start a procedure from any file. In order to start a procedure edit the LOGO data file in question and at the end add a line that calls the appropriate procedure. For example my STARTUP.LOG file looks something like this. TO STARTUP LOAD "FIRST LOAD "SECOND LOAD "THIRD END STARTUP This is a nice feature that as far as I can see is not documented. I hope that that helps some people out there. It is nice if you are working on a large project. buchanan@csri