home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / vrac / rgedit12.zip / README.TXT < prev    next >
Text File  |  1995-05-21  |  2KB  |  40 lines

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