home *** CD-ROM | disk | FTP | other *** search
/ WebWise 1999 Campaign / WEBWISE.iso / mac / Copy_to_hard_drive / LINGO.INI < prev    next >
Text File  |  1999-03-11  |  387b  |  12 lines

  1. --beta version 2.1
  2. --Do not touch this
  3. on startup
  4. global gInit_startmovie,gIntro_startsound,gApp_memory,gApp_autoUnload
  5. set gIntro_startsound = #on
  6. set gtaster_startsound = #on
  7. set gInit_startmovie = "initMEM"
  8. --set gApp_memory = the memorysize - the freeblock
  9. --alert((string(the freebytes/1024)) && "kb")
  10. set gApp_memory =(the freebytes)set gApp_autoUnload = 0
  11. end startup
  12.