home *** CD-ROM | disk | FTP | other *** search
/ PC Open 14 / pcopen14.iso / Zipped / SR.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1997-10-12  |  7.9 KB  |  135 lines

  1. Thank you for your interest in Search and Replace!
  2.  
  3. The 32-bit version(SR32.exe) runs on Windows NT and Windows 95, and was tested 
  4. on VFAT (Windows 95's file system), and NTFS (Windows NT's optional, more 
  5. secure file system).  SR.EXE is for use only on Windows 3.1x.
  6.  
  7. PLEASE NOTE: While Search and Replace allows replacing in binary files (such
  8. as .DOC, .XLS etc), these proprietary format files may contain internal 
  9. counters which may get out of synch.  As a result, the application that 
  10. created the file may not be able to read it.  For best results, replace 
  11. in ASCII text files (such as .HTM, .RTF, .TXT, .INI, .C, .CPP, .H etc).  In
  12. particular, Word files should be converted to RTF format which can be safely
  13. processed.  For replacing in shortcuts or the registry, see our new utilities
  14. at http://www.funduc.com.
  15.  
  16. New features in v2.7-2.87 include:
  17. - The program is now available on the Start/Find menu in Windows 95/NT 4.0.
  18. - Several useful scripts are included and copied to the program's directory.
  19. - Numbers can be incremented or decremented using Regular Expression replaces.
  20.   See Help file for more info.
  21. - In replaces, when the strings %%SRPATH%% and/or%%SRFILE%% are found, the program
  22.   will insert the currently processed file path and name in their place.
  23. - In the Windows 95/NT version, Enter on the Search Results acts as a double-click.
  24. - The /s command line parameter now allows relative paths (C: ..\ etc).  See the 
  25.   See Help file for more info.
  26. - Standard Browse for Directory dialogs will be displayed, depending on the 
  27.   operating system.
  28. - Documentation improvements and a German version of the program and documentation
  29.   will be available at http://www.funduc.com starting in November 1997.
  30. - A new Replace Option was added: Do not change file date/time.
  31. - Command line parameter for Backup directory (ie. /bC:\backup) was added.
  32. - Command Line parameter for Touch can take a date/time stamp or use the current 
  33.   date/time(default).  For the 32-bit version, the user's date format is used and
  34.   for time the HH:MM:SSam/pm format.  For the 16-bit version, the same time format
  35.   but the MM/DD/YY or MM/DD/YYYY format is used.  The Touch dialog is only 
  36.   displayed if the date/time stamp passed on the command line is in the wrong
  37.   format.  Double quotes MUST be used around the date and time 
  38.   (ie. SR32 /pc:\work\*.* /t"01/01/00 1:00:00am").
  39. - Support for different language versions.  Please contact us at info@funduc.com
  40.   if you'd like to create a version for your native language.  DLLs and 
  41.   documentation for different languages will be posted on http://www.funduc.com
  42.   as they become available.
  43. - Default viewer Option now handles keywords %line% and %path% for current line
  44.   and path for custom editor command line settings.  The keywords are case
  45.   insensitive.
  46. - Help file is now closed when the program exits.
  47. - Regular Expressions allow specifying a range of expressions to match for the +
  48.   operator (ie +5[a-z] matches exactly 5 characters, +5-10[a-z] matches 5 to 10,
  49.   +-5[a-z] matches 5 or less and +5+[a-z] matches at least 5 characters).
  50. - Regular Expressions syntax was improved to allow specifying all characters like
  51.   so: [] means match ANY 1 character, +5[] means match ANY 5 characters etc.
  52. - Touch dialog and Filters Options in the 32 bit version are localized to user's
  53.   date and time format.
  54. - Filters for processing files between dates, sizes.  See Options.
  55. - Output Options were split from Search Options and expanded.  A Display replace
  56.   string feature will allow creation of reports without line numbers.  It also 
  57.   serves as a log of what was replaced (when some hits are not replaced, the
  58.   replace string is not output).
  59. - Options dialog is improved (uses tabs for better organization).
  60. - When using scripts, backups are made in separate directories for each path in 
  61.   the script(make sure you have enough disk space).
  62. - Searching through .ZIP archive files.  View Context, Open, Open With and
  63.   Open with Default menus can also act on files inside ZIP files.
  64. - You can prepend or append data (several lines if you want) at the beginning or
  65.   end of the files processed using the Binary Mode dialog (... buttons next to the
  66.   Search and Replace fields).  This feature can also be used with scripts.
  67. - The Script Dialog is larger.  Buttons were also added for Inserting and Moving
  68.   (Up and Down) script lines.
  69. - Write changed files to Backup Directory option now allows you to leave your
  70.   original files intact and write the changed files to the Backup Directory instead.
  71. - Regular expressions to find  (and replace) items "close by" 
  72.   (up to 4096 characters) can be set in options.  The default is 512 characters.
  73. - The !^$ operators are now supported for regular expressions.  Also the []
  74.   operator now matches only one character in the list specified (to comply
  75.   more with the grep functionality).
  76. - Binary Mode dialog (... buttons next to Search and Replace strings) clearly
  77.   display the CR, LF and TAB characters.  Also the help file better explains
  78.   the use of special characters.
  79. - The Windows 95/NT version allows View Context of binary files through a new
  80.   Freeware utility: HexView.  HexView can be downloaded from 
  81.   http://www.funduc.com.  It should then be installed in the
  82.   same directory as Search and Replace(or in the path or the Windows dir.).
  83. - Scripts can be created to specify multiple search/replace combinations (with
  84.   associated settings) and/or multiple paths and masks to process.  The script 
  85.   settings (masks, paths, search/replace strings) can also be overridden
  86.   from the main screen.
  87. - Exclude masks can now be used.  For example: *.*;~*.swp;~*.exe;~*.dll will process
  88.   all but *.swp;*.exe;*.dll files.
  89.  
  90. Features planned for future releases include:
  91.  
  92. - More options for script users such as show only file names with matches, allow
  93.   searching for files containing "string1 AND (string2 OR NOT(string3))" type
  94.   expressions.
  95. - Allowing excluding of certain subdirectories when processing.
  96. - Touch functionality will allow changing file attributes also.
  97. - Tighter integration with the Windows Explorer for processing certain selected
  98.   files/directories.
  99. - Undo replace feature when using a Backup Directory.
  100.  
  101. The same help file is used for both versions.
  102.  
  103. Search and Replace and other useful utilities can be found at the URLs below or
  104. on WUGNET's (Windows User Group Network) CompuServe forums (GO WINSHARE, search for
  105. SR.ZIP).
  106.  
  107. As part of the registration fee, you will also receive free updates and customer 
  108. support for six months (by E-MAIL).  For ordering information, see the help file or 
  109. the About Box.
  110.  
  111. Thank you,
  112.  
  113. Mike Funduc,  President Funduc Software Inc.
  114. http://www.funduc.com
  115. sales@funduc.com
  116.  
  117. Other Funduc Software utilities (at http://www.funduc.com) include:
  118.  
  119. Shortcut Doctor allows you to check all your links/shortcuts and see which
  120. contain targets which can no longer be found.  You can then delete the
  121. shortcuts, resolve them or replace all shortcuts pointing to a certain
  122. drive or directory with another (after validation of new path is made).
  123. Individual shortcuts can be edited and all shortcuts on a drive can be
  124. displayed, regardless of whether they are valid or not.  CD-ROM drives or
  125. network drives can be ignored during processing (see Options). Cost: $11
  126.  
  127. Directory Toolkit for Windows 95/NT 4.x (shareware) - It allows files in two 
  128. directories/ZIP files to be compared and synchronized, provides add to ZIP,
  129. Extract, renames, copy, move and delete of multiple files using wildcards while 
  130. preserving long file names (the DOS commands don't) and also allows changing file 
  131. names' case using wildcards, decoding/encoding of (UUENCODED, Base64, XXENCODED, 
  132. BinHex) files, splitting/concatenating of file to/from diskettes, Explorer 
  133. compatible OLE drag and Drop, Sort Directories, opening files and launching 
  134. applications.  Any two files can be compared and a report is displayed. Cost: $25
  135.