home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / b / b054 / 1.img / INSTALL.DSK / START.LSS < prev    next >
Encoding:
Text File  |  1994-07-19  |  1.9 KB  |  64 lines

  1. ''/*********************************************************************
  2. ''
  3. ''   Module Name:   start.lso
  4. ''
  5. ''   Module Code:   TOOLKIT
  6. ''
  7. ''   Author:              
  8. ''
  9. ''   Creation Date:  Aug 31, 1993
  10. ''
  11. ''   Copyright Lotus Development Corporation, (c) 1991
  12. ''
  13. ''
  14. ''  
  15. ''   Description: 
  16. ''     Lotus script file for common install
  17. ''  
  18. ''
  19. ''   Additional authors:
  20. ''
  21. ''   Change History:
  22. ''   $Log:   M:\logfiles\cisdk\123\start__@.lso  $
  23. '' 
  24. ''    Rev 1.0   11 Feb 1994 10:03:58   jbrodeur
  25. '' Initial Revision
  26. ''----------------------------------------------------------------------
  27. ''   Date     Vers. Pgmr  SPR#  Change
  28. ''----------------------------------------------------------------------
  29. '' 02-01-94   0009  MMETH       Added inst.lso
  30. '' 01-25-94   0008  MMETH    Added lic.lso
  31. '' 01-24-94   0007  TQI          Must capture function return for lsi36
  32. '' 01-10-94   0006  MZ          Make all symbols Constants and put them
  33. ''                              in GLOBALS.LSS
  34. ''!
  35. ''  01-07-94  0005  DND/MZ      Removed new and utils. Added callback
  36. ''                              and toolkit.
  37. ''  11-23-93  0004  MMETH       Moved 123.lso below share.lss
  38. ''  11-19-93  0003  DND         Removed help.lso and toolkit.lss
  39. ''  10-01-93  0002  JKK/DND     Moved from toolkit
  40. ''  9-09-93   0001  MEM         Changed DoLoad to Compile
  41. ''
  42. ''----------------------------------------------------------------------
  43. ''
  44. ''*********************************************************************/
  45. OPTION DECLARE
  46.  
  47. sub initialize
  48.     DIM notused%
  49.  
  50.     notused = DoLoad ("resource.lso")
  51.     notused = DoLoad ("globals.lso")
  52.     notused = DoLoad ("setupapi.lso") 
  53.     notused = DoLoad ("toolkit.lso")
  54.     notused = DoLoad ("callback.lso")
  55.     notused = DoLoad ("share.lso")
  56.     notused = DoLoad ("123.lso")
  57.     notused = DoLoad ("lic.lso")
  58.     notused = DoLoad ("inst.lso")
  59.     notused = DoLoad ("main.lso")
  60.  
  61. end sub
  62.  
  63.  
  64.