home *** CD-ROM | disk | FTP | other *** search
/ Media Share 13 / mediashare_13.zip / mediashare_13 / ZIPPED / NETWORK / GP25.ZIP / README.DOC < prev    next >
Text File  |  1994-03-18  |  5KB  |  120 lines

  1. ***************************************************************************
  2. *                       GPLIB NetWare Library for FoxPro                  *
  3. ***************************************************************************
  4.  
  5.  
  6. GPLIB is a NetWare API Library for FoxPro 2.X.  Using this library you can 
  7. gain access to NetWare's advanced printing, security and other features.
  8.  
  9.  
  10. Some features of GPLIB include:
  11.  
  12.     Control over network printing including print queue lists, capture
  13.     options, print job status, print job deletion and moving.
  14.     
  15.     Access to the NetWare bindery.  These functions allow you to query the
  16.     NetWare bindery to determine if a user is a member of a group, security
  17.     equivalences, password change and verification.  Build lists of 
  18.     available servers, user groups, members of groups, security equivalences
  19.     
  20.     Connection services.  Using these functions you can obtain information 
  21.     about available servers, login and out of servers, etc.
  22.     
  23.     Server information.  Using these functions you can obtain the Server
  24.     software version, serial number, maximum connections, disable/enable
  25.     login, etc.
  26.     
  27.     Message functions.  Using these functions you can send broadcast 
  28.     messages to other users on the network.
  29.     
  30.     Station information, including Network address, station number, login
  31.     ID, shell version, machine descriptions, drive mappings, etc.
  32.     
  33.     TTS capabilities.  Using these functions you can use NetWares advanced
  34.     Transaction Tracking capabilities.
  35.     
  36.     DOS Functions.  DOS functions including making directories, removal of
  37.     directories, and many others.
  38.     
  39. *****************************  File List *********************************** 
  40.  
  41. File            Description
  42.  
  43.  
  44. GPDEMO.PJX      Demo program for GPLIB.  To run the demo, run FoxPro
  45.                 then issue the command BUILD APP GPDEMO from GPDEMO.  Once 
  46.                 the build is complete type DO GPDEMO and press ENTER.
  47.  
  48. GPLIB.FLL       FoxPro 2.5 Windows Version of GPLIB.  The unregistered 
  49.                 version of GPLIB will display a dialog message each time
  50.                 the library is loaded.
  51.  
  52. GPLIB.PLB       FoxPro 2.5 DOS version of GPLIB.  The unregistered version
  53.                 of GPLIB will display a dialog message each time the 
  54.                 library is loaded.
  55.  
  56. GPLIB.DOC       User manual for GPLIB.  You can view this document using the
  57.                 FoxPro editor.  You should set wrap on in your edit 
  58.                 preferences to view this document.
  59.  
  60. ReadMe.DOC      This file.
  61.  
  62. Register.DOC    Registration form for GPLIB.  To print this form issue
  63.                 the command TYPE REGISTER.DOC > PRN from the DOS prompt.
  64.  
  65. Register.EXE    MH Software Registration Utility.  Registered users of 
  66.                 GPLIB will receive a serial number and activation key.
  67.                 Using this program, registered users can receive free 
  68.                 upgrades via CompuServe (Refer to upgrade section of 
  69.                 GPLIB.DOC for more information on this).
  70.  
  71. *.PRG, *.MN?    These program, screen, and menu files are supporting files
  72. *.SC?           for GPDEMO.PJX.  They demonstrate some techniques you can
  73.                 use with GPLIB, and incorporate into your programs.
  74.  
  75. FKillAll.PRG    Replacement UDF for FKILLALL library function.
  76.  
  77. Path.PRG        Supporting program for FkillAll()
  78.  
  79. **************************** Important Notes *******************************
  80.  
  81. Please remember GPLIB is shareware.  You are welcome to test this 
  82. program.  If you continue to use it, you must register.
  83.  
  84. You may distribute for non-commercial purposes the zip file containing 
  85. GPLIB and it's associated files.  However, you must distribute the entire 
  86. archive including all associated files.
  87.  
  88. Please take the time to read the file GPLIB.DOC that comes with GPLIB.
  89. It is a complete users manual, including the license agreement.  If you 
  90. agree to the terms of the license, and you would like to become a 
  91. registered user of GPLIB, please complete the registration form 
  92. contained in REGISTER.DOC and return it with your payment.
  93.  
  94. GPLIB is not yet compatible with the VLM shells.  Compatibility is planned
  95. in a future (soon) release.
  96.  
  97. ***************************************************************************
  98. *
  99. * MH Software
  100. * 1006 W 104th Ave #200
  101. * Northglenn, CO 80234
  102. *
  103. * CIS:    73237,1665
  104. * Voice:  (303) 438-9585
  105. * FAX:    (303) 469-9679
  106. *
  107. *  If you have any problems using this demonstration, or would like to 
  108. *  ask any questions, please contact our technical support at the
  109. *  CompuServe ID given above, or the telephone number listed.  
  110. *
  111. *  We are very interested in getting your response to this product, whether 
  112. *  you decide to register or not.  If you decide not to register because of 
  113. *  some shortcoming in the product, please let us know what it is, so that 
  114. *  we can incorporate your suggestions into future versions.
  115. *
  116. *       George Sexton
  117. *       MH Software
  118. *
  119. ***************************************************************************
  120.