home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 January / WHAT_PC_JAN_96.ISO / paws / paws_cd / paws_hd / lingor.in_ < prev    next >
Encoding:
Text File  |  1995-11-09  |  1.5 KB  |  56 lines

  1. -- This is the text file LINGO.INI.  It is designed
  2. -- to tell Director for Windows what XObjects or
  3. -- DLLs should be loaded when starting DIRECTOR.EXE.
  4.  
  5. -- You should have a copy of this file and the associated
  6. -- DLL file (for example, FILEIO.DLL) in the same 
  7. -- location as any Projector you wish to distribute.
  8. -- Otherwise, the Projector will not be able to utilize
  9. -- the features of the DLL you want to use.
  10.  
  11. -- To comment out one of the lines below, use two dashes (--)
  12. -- as in the beginning of these lines.
  13.  
  14. -- The DLLs or XObjects loaded are:
  15. -- FILEIO.DLL, for file input and output
  16.  
  17. on startup
  18.     put "Now loading LINGO.INI"&&the date&&the time
  19.     put "This computer is running in "&& the colorDepth &"-bit color depth."
  20. --  set the centerStage to TRUE
  21.   --  openxlib "fileio"
  22. global rom_drive
  23.  
  24.  
  25.  
  26.  
  27.  
  28. --EDIT THE LINE BELOW TO REFLECT YOUR SYSTEM CONFIGURATION
  29. --SUBSTITUTE THE LETTER ASSIGNED TO YOUR CDROM DRIVE FOR "D" BELOW
  30. set rom_drive = "R:\"
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42. append ((the searchpath), (the pathname))
  43. append ((the searchpath),rom_drive)
  44.  
  45. set the centerStage to TRUE
  46. append ((the searchpath),rom_drive & "FINSLEDS\")
  47. append ((the searchpath),rom_drive & "PAWSDOS\")
  48. append ((the searchpath),rom_drive & "CREDITS\")
  49. append ((the searchpath),rom_drive & "QT_TEST\")
  50. append ((the searchpath),rom_drive & "SOUNDS\")
  51. append ((the searchpath),rom_drive & "FLITE\")
  52. append ((the searchpath),rom_drive & "STILLGFX\")
  53. put "the searchpath is " && the searchpath
  54. end startup
  55.  
  56.