home *** CD-ROM | disk | FTP | other *** search
/ ESPN Coaching Tips / ESPN_Coaching_Tips_Intellimedia_1994.iso / mac / LINGO.INI < prev    next >
Text File  |  1993-12-12  |  260b  |  9 lines

  1. on startup
  2.     put "Now loading LINGO.INI"&&the date&&the time
  3.     put "This computer is running in "&& the colorDepth &"-bit color depth."
  4.     set the centerStage to TRUE
  5.     openxlib "fileio"
  6.     openxlib "dpwqtw"
  7.     --openxlib "dpwavi"
  8. end startup
  9.