home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 February / PCWK0297.iso / lotus / english / winagent / install.dsk / START.LSS < prev    next >
Text File  |  1995-03-16  |  1KB  |  55 lines

  1. ''/*********************************************************************
  2. ''
  3. ''   Module Name:   start.lss
  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\cominst\owakit\start__@.lss  $
  23. '' 
  24. ''    Rev 1.0   11 Feb 1994 10:53:12   jbrodeur
  25. '' Initial Revision
  26. ''----------------------------------------------------------------------
  27. ''   Date     Vers. Pgmr  SPR#  Change
  28. ''----------------------------------------------------------------------
  29. ''  02-01-94  0002  MMETH       added inst.lss
  30. '' !
  31. ''  9-09-93   0001  MEM         Changed Compile to Compile
  32. ''
  33. ''----------------------------------------------------------------------
  34. ''
  35. ''*********************************************************************/
  36. OPTION DECLARE
  37.  
  38. sub initialize
  39.     DIM notused%
  40.  
  41.     notused = Compile ("resource.lss")
  42.     notused = Compile ("globals.lss")
  43.     notused = Compile ("setupapi.lss") 
  44.     notused = Compile ("toolkit.lss")
  45.     notused = Compile ("callback.lss")
  46.     notused = Compile ("share.lss")
  47.     notused = Compile ("OWA.lss")
  48.     notused = Compile ("lic.lss")
  49.     notused = Compile ("inst.lss")
  50.     notused = Compile ("main.lss")
  51.  
  52. end sub
  53.  
  54.  
  55.