home *** CD-ROM | disk | FTP | other *** search
/ Freelog 7 / Freelog007.iso / BAS / Système / RegChk / revision.txt < prev   
Text File  |  1998-03-07  |  2KB  |  71 lines

  1. RegChk Version 1.1
  2.    Is free and will always be free.
  3.    rdthom@netcom.com
  4.  
  5.    It actually has a web page now!
  6.    http://www.sageinst.com/regchk
  7.  
  8.    You can get a copy of VB40032.DLL in zip format here
  9.    ftp://ftp.sageinst.com/regchk/vb40032.zip
  10.  
  11.  
  12.    Fixes from version 1.0.1 to version 1.1
  13.    ---------------------------------------
  14.  
  15.    added "regedit export complete" routine, fixes PERMISSION DENIED
  16.    
  17.    fixed "Bad Path" problem when string contained characters considered 
  18.    illegal for a pathname
  19.  
  20.    changed drive letter resolution 
  21.    (fixed network drive letter problem)
  22.  
  23.    fixed the half-clear-screen problem
  24.  
  25.    changed regedit export name to regchk00.txt 
  26.    (someone's note file got overwritten)
  27.  
  28.    added user notification of file open completions
  29.  
  30.    fixed close problem that prevented Start a 2nd time
  31.  
  32.    visual enhancement - added line counter for each item
  33.  
  34.    improved filename extraction and improved filename filter
  35.  
  36.    added multi-filename-per-registry-line functionality
  37.  
  38.  
  39.    Known bug:
  40.    ----------
  41.  
  42.    Occassionally, after you quit RegChk, there is an instance left in 
  43.    memory. If you do Control-Alt-Delete, the win95 tasklist will show 
  44.    RegChk still running. I believe this is something with VB4 and the 
  45.    SHELL command, but I'm still tracking it down.  If you try to restart 
  46.    RegChk, and it complains, you'll have to use EndTask from the task list.
  47.  
  48.    The work-around for this is to only use EXIT button.
  49.  
  50.  
  51.    Future enhancements
  52.    -------------------
  53.  
  54.    A no-nag file where you can list things that you know don't exist, but
  55.    you cannot delete because you need future functionality. 
  56.    (Log files and such)
  57.    
  58.    An INI file for storing window positions so they're restored next use,
  59.    and for storing what files you want generated. (Seems some people don't 
  60.    want *any* files, just the stuff on the screen, and some people want 
  61.    more files in different formats)
  62.  
  63.    Some things I've found<br>
  64.    Have you used RegChk to find junk in the registry, deleted it, 
  65.    only to find it come back again?
  66.  
  67.    Win95 re-reads the \windows\win.ini file each time the system boots. 
  68.    Win95 then updates parts of the registry with that information. 
  69.    Check for the same data in win.ini and delete it. 
  70.    It won't show up in the registry again after that.
  71.