home *** CD-ROM | disk | FTP | other *** search
- ; Script: FEED.SC
- ; Version: 3.5
- ; Date: 23 March 1990
- ;
- IF (NOT ISFILE("PARADOX.LIB"))
- THEN QUIT "Please play the Mklib script to create the application library."
- ENDIF
-
- StartUp() ; initialize the display
- DoFeed() ; initialize the market activity
- ; and start showing it
- RELEASE VARS ALL ; release all global variables
-