home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 18 / boot-disc-1998-02.iso / Utils / Utility / ClckMn95 / CLOKNETS.TXT < prev    next >
Text File  |  1995-04-16  |  2KB  |  30 lines

  1. In order to access network commands in WIL, you must add a WIL extender DLL.
  2.  
  3. WIL extender DLLs are special DLLs designed to extend the built-in 
  4. function set of the WIL processor.  These DLLs typically add functions 
  5. not provided in the basic WIL set, such as network commands for 
  6. particular networks (Novell, Windows for WorkGroups, LAN Manager and 
  7. others), MAPI, TAPI, and other important Application Program Interface 
  8. functions as may be defined by the various players in the computer 
  9. industry from time to time.  These DLLs may also include custom built 
  10. function libraries either by the original authors, or by independent 
  11. third party developers.  (An Extender SDK is available).  Custom extender 
  12. DLLs may add nearly any sort of function to the WIL language, from the 
  13. mundane network math or database extensions, to items that can control 
  14. fancy peripherals, including laboratory or manufacturing equipment.
  15.  
  16. WIL extenders must be installed separately.  Up to 10 extender DLLs may 
  17. be added.  The total number of added items may not exceed 100 functions 
  18. and constants.  The AddExtender function must be executed before attempting 
  19. to use any functions in the extender library.  The AddExtender function 
  20. should be only executed once in each WIL script that requires it.
  21.  
  22. INSTALLATION - Using a DLL.
  23.  
  24. To use a WIL extender, at the top of each script in which you use network 
  25. commands add the appropriate extender with the AddExtender command.
  26.  
  27. AddExtender(extender filename)
  28.  
  29. Remember you can add up to 10 extender DLLs or a combined total of 100
  30. functions.