home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a114 / 1.img / SAMPAPP / SAMPAPP.ZIP / FEED.SC < prev    next >
Encoding:
Text File  |  1990-08-25  |  391 b   |  13 lines

  1. ; Script:     FEED.SC
  2. ; Version:    3.5
  3. ; Date:       23 March 1990
  4. ;
  5. IF (NOT ISFILE("PARADOX.LIB"))
  6.    THEN QUIT "Please play the Mklib script to create the application library."
  7. ENDIF
  8.  
  9. StartUp()           ; initialize the display
  10. DoFeed()            ; initialize the market activity
  11.                     ; and start showing it
  12. RELEASE VARS ALL    ; release all global variables
  13.