home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / rgedit13.zip / README.TXT < prev    next >
Text File  |  1995-07-31  |  2KB  |  42 lines

  1. (v1.3) Somar RegEdit - edit NT registry
  2. Windows NT DLL callable by 32 bit Visual 
  3. Basic that can be used to view and/or edit
  4. Windows NT user registry profiles. For 
  5. example, a 10 line VBA for Excel program 
  6. can change the mail server path in the 
  7. registry profiles of all users at once. 
  8. Shareware (US$10) By Somar Software, http:
  9. //www.somar.com, 72202.2574@compuserve.com
  10.  
  11.                                 Overview
  12.  
  13. Somar RegEdit is a DLL (RGEDIT.DLL) that can be called from 32 bit Visual Basic 
  14. programs. It allows a network administrator to write a short Visual Basic program
  15. to dump or modify the Windows NT user profiles for a large number of users at 
  16. once. For example, a 10 line VBA for Excel program can change the mail server 
  17. path in the registry profiles of all users at once. Must have utility for Windows
  18. NT network administrators who can program in Visual Basic.
  19.  
  20.                         Copyright/License/Registration
  21.  
  22. Somar RegEdit is Copyright ⌐ 1995 Somar Software. Send problem reports 
  23. and comments to 72202.2574@compuserve.com.
  24.  
  25. Somar RegEdit is Shareware. You may try it for a period of 21 days. After this 
  26. trial period, you must pay a either register and pay for the software, or 
  27. delete it from your computer. See the Somar RegEdit online help (RGEDIT.HLP) 
  28. for complete license and registration details.
  29.  
  30.  
  31.                              Changes in V1.3
  32.  
  33. Add RgedOpenLocalMachine and RgedOpenUsers.
  34.  
  35.                              Changes in V1.2
  36.  
  37. Add RgedGetLastModifiedTime. Fix bugs with OpenCurrentUser. Use RegFlushKey
  38. instead of RegSaveKey and copying files. Documentation updates.
  39.  
  40.                              Changes in V1.1
  41.  
  42. Add RgedTestKey and RgedEnumCancel. Display nag messages once only.