                  Search and Replace for Windows
                      Funduc Software, Inc.
             Copyright 1995-2002, All Rights Reserved
     http://www.searchandreplace.com   http://www.funduc.com

Thank you for your interest in Search and Replace!

PLEASE NOTE: While Search and Replace allows replacing in binary
files (such as .DOC, .XLS etc), these proprietary format files may
contain internal counters which may get out of synch.  As a result,
the application that created the file may not be able to read it.
For best results, replace in ASCII text files (such as .HTM, .RTF,
.TXT, .INI, .C, .CPP, .H etc).  In particular, Word files should be
converted to RTF format which can be safely processed.  For
replacing in shortcuts or the registry, see our new utilities at
http://www.funduc.com.  For Word file replacement, see the WordSR
freeware on our website.

New features in v2.7-4.0 include:
- Extension to %%srfound%% to remove the characters specified
  from the replace. See F1 hlp index, Replacement Operators.
- ctrl+drag n drop a folder from Windows Explorer will 
  append that folder to the Path field in the main dialog.
- GUI field in Options-General to specify the binary/editor
  to use when a search hit is in a binary file.
- Special registry switch to make a default target path 
  for the file operations dialog.
- %%SRPREPEND%% and %%SRAPPEND%% operators for scripts.  
- Script switches in the [Options] section can now go in any 
  order. Previously they had to be in a specific order.
- Settings from Options-General are no longer saved in scripts.
- The results can be dumped directly to the windows clipboard.
  Specify 'clipboard' (no quotes) for the output file spec in 
  Options-Output.
- Search all local hard drives can be done by specifying 'Local 
  Hard Drives' in the Path field. To search shares you have 
  access to on a UNC path, specify the UNC machine name in 
  the Path field.
- Additional special replacement operators: %%srfound%% returns
  the entire search string found. %%srfilesize%% returns the size
  of the file prior to replacements.
- The boolean regular expression operators - &, |, and ~.
  can be used directly in the Search For: field. Enable 'Whole 
  Word' search to use. See F1 Help for more information.
- Switch to enable display of file data & time in Search Results 
  (Options-Output).
- Warning for Delete during file operations.  
- UNICODE text files are processed automatically, without any user
  setup.
- Progress meter can be displayed or not.
- Results list can be scrolled during processing (it slows the 
  display down somewhat).
- Additional variables for file date/time and system date/time to
  be used in searches/replaces
- Sorting of file names to be processed by various criteria
- Executing scripts from the command line does not display the 
  user interface if the /q switch is used.
- More powerful attribute filters.  See Help for more details.
- Allowing reversal of Filters (only showing files meeting the
  given criteria).
- Progress dialog with Cancel button.
- New tree display allows one to collapse branches for a "cleaner
  display".  Ctrl and + or - keypad key expand or collapse all
  branches.  F4 and F5 move from file to file.
- Append to Output File switch and script option.
- Auto-complete combo boxes.  The option can be adjusted in
  Options | General.
- Filters for File Attributes were added to Options, Filter tab.
- Organize Favorites now has an Edit button that allows you
  to edit the selected item.
- Network client setup is available on demand (write 
  support@funduc.com).  That way all client machines can use the 
  same copy of the program.
- New Favorites menu allows you to save frequently used searches
  and/or paths and file masks.
- Replace Confirmation and File Operations dialogs are resizable
  and they remember the last position.
- Shift+Ctrl+H will replace text in the clipboard.
- More script options for performing replaces more than once 
  (in a specified loop).
- An HTML mode which processes text with special HTML characters
  (such as <>& and accented characters).
- Find in Search Results
- A way to convert files character by character (between ASCII and
  EBCDIC for example) by using a special script.  See help file
  and example scripts.
- Touch only files selected in the Search results list (see context
  menu).
- Option for maximum characters on a line displayed for each hit.
- Regular Expression operators for beginning and end of file.
- Ability to specify include/exclude expressions based on a regular 
  expression hit. 
- Holding Alt+Ctrl when clicking on Search or Replace button will
  process only the files currently listed in the Search results
  (if any).
- Regular expression operator ! syntax has changed(it was also
  improved).  See Help file for more information.
- Search/replace information is displayed for Copy to 
  Clipboard, Print or View as HTML.
- Main Window has an improved user interface with a 
  configurable toolbar (View Menu or right click on toolbar).
- Script editor uses Tabs for improved navigation and allows 
  comments to be entered and edited for Search/Replace items.
- In the Touch dialog you can now add or subtract (use a 
  negative value) seconds from the date/time stamp of 
  selected files.
- Maximum Regular Expression size is now 32K (Options-Search).  
- Apply Script button in Binary Mode dialog (... button next to
  Search/Replace fields) allows conversion of plain text to
  RTF, Unicode, precede reserved characters by \ etc).
- Check Ignore Whitespace to find a phrase regardless of where
  line breaks may lie.
- File Operations are available (see context menu and the
  Actions menu) on selected file names from the results list.
- %%envvar=temp%% can be used in the search or replace field to
  be replaced by the contents of an environment variable (in this
  case temp).
- View Context window (double-click a hit line) has Prev/Next hit
  buttons.
- Holding Ctrl key down when clicking on Insert or Remove All 
  buttons in the script editor will put the main window's
  Search/Replace and Path/Mask values in the script fields.
- Text files can now be re-formatted at a specific column (see
  Binary Mode dialog Help in the Help file).
- In Binary Mode dialog (... button next to Search and Replace 
  fields), if regular expression is checked on main screen, the
- Print menu when Search Results are displayed.  Also a View as
  HTML menu to view results in your browser(and perhaps then
  print them in color).
- Undo replace feature when using a Backup Directory.
- Caching of file names processed previously is enabled by 
  default.  It can be turned off in Options.
- In the 32 bit version, Page Up/Down moves around a file in the
  View Context window.
- Drag and drop of files or folders to the program is possible.
- Allowing including/excluding of certain files and/or 
  subdirectories when processing.  See user interface for that
  when pressing ... button next to the Mask field.
- Stop processing file after first hit Option was added.
- Allowing script files to contain options for batch processing.
- Multiple paths, separated by ; can be used for processing from
  the main window.
- Touch functionality allows changing file attributes also.
- Files and/or directories can be dropped from the Explorer or File 
  Manager into the main window and they will be recognized for 
  processing. 
- Script files can now contain a description and a boolean 
  expression to control which files will be processed (see 
  Script/Advanced).  Several Options can now be specified in a 
  script file.
- Entering "Default Printer" for the Output file setting in
  Options/Output will produce a wrapped printout.
- Tighter integration with the Windows Explorer for processing 
  certain selected files/directories and the program is now 
  available on the Start/Find menu in Windows 95/NT 4.0. 
- Several useful scripts are included and copied to the program's 
  directory. 
- Numbers can be incremented or decremented using Regular Expression 
  replaces. See Help file for more info. 
- In replaces, when the strings %%SRPATH%% and/or%%SRFILE%% are 
  found, the program will insert the currently processed file path 
  and name in their place. 
- In the Windows 95/NT version, Enter on the Search Results acts as 
  a double-click. 
- Default viewer Option now handles keywords %line% and %path% for 
  current line and path for custom editor command line settings.  
  The keywords are case insensitive. 
- Regular Expressions allow specifying a range of expressions to 
  match for the + operator (ie +5[a-z] matches exactly 5 characters, 
  +5-10[a-z] matches 5 to 10, +-5[a-z] matches 5 or less and 
  +5+[a- z] matches at least 5 characters). 
- Regular Expressions syntax was improved to allow specifying all 
  characters like so: [] means match ANY 1 character, +5[] means 
  match ANY 5 characters etc. 
- Filters for processing files between dates, sizes.  See Options. 
- Output Options were split from Search Options and expanded.  A 
  Display replace string feature will allow creation of reports 
  without line numbers.  It also serves as a log of what was 
  replaced (when some hits are not replaced, the replace string is 
  not output). 
- You can prepend or append data (several lines if you want) at the 
  beginning or end of the files processed using the Binary Mode 
  dialog (... buttons next to the Search and Replace fields).  This 
  feature can also be used with scripts. 
- Write changed files to Backup Directory option now allows you to 
  leave your original files intact and write the changed files to 
  the Backup Directory instead. 
- Regular expressions to find  (and replace) items "close by" (up to 
  4096 characters) can be set in options.  The default is 512 
  characters. 
- The Windows 95/NT version allows View Context of binary files 
  through a new Freeware utility: HexView.  HexView can be 
  downloaded from http://www.funduc.com.  It should then be 
  installed in the same directory as Search and Replace(or in the 
  path or the Windows dir.). 
- Scripts can be created to specify multiple search/replace 
  combinations (with associated settings) and/or multiple paths and 
  masks to process.  The script settings (masks, paths, 
  search/replace strings) can also be overridden from the main 
  screen. 
- Exclude masks can now be used.  For example: 
  *.*;~*.swp;~*.exe;~*.dll will process all but *.swp;*.exe;*.dll 
  files. 

Features planned for future releases include:
- Quiet mode when using the user interface (no read-only or error 
  prompts).
- Additional variables for file date/time and system date/time to
  be used in searches/replaces
- Display of file date/time and size in search results.

I'd like to thank you for offering suggestions and pointing out 
problems!

If you have any suggestions for improvements or bug reports please
do not hesitate to contact us at support@funduc.com.  As a
registered customer, you receive free upgrades of the product and
customer support (by E-MAIL) for six months.  If you need additional
copies and would like to take advantage of the quantity discounts,
the information is available on our Web page (see below).
  
Thank you,

Mike Funduc
Funduc Software Inc.
http://www.funduc.com
support@funduc.com


Other Funduc Software utilities can be found at our web site
(http://www.funduc.com) and other locations such as WUGNET's
(Windows User Group Network) CompuServe forums (GO WINSHARE), the
Simtel file archives (http://www.simtel.com) or America On Line. 
Our shareware and freeware products include:

Directory Toolkit for Windows 95/NT (shareware) - A multipurpose
directory comparison and file manager that provides features missing
from Windows 95/98 and Windows NT 4.0 or higher.  It displays single
directory lists or side-by-side directory comparisons using color
coding for alike, different, or missing files.  Comparisons can be
based on dates or a binary file analysis of file content.  You can
copy, move, & rename files while retaining long filenames and six
built-in synchronize functions simplify updating directories.
Built-in archive functions, with Explorer shell extensions, let you
create & manage archives from Explorer and use Directory Toolkit as
your primary archive manager for supported archives (ZIP, TAR, &
GZ).  File operations and directory comparison functions work
seamlessly on files in archives, e.g., no need to manually extract
files first.  Other features include statistics for file counts and
path sizes; Ignoring filename case during comparisons; Explorer
compatible OLE drag n Drop; Split/Concatenate files to/from
diskettes; Encode/Decode UENCODE, Base64(Mime), BinHex(Mac), and
XXENCODE formats (Decode also includes printable, 7 bit unencoded, &
plain text); An integrated comparison viewer for a color coded
display of the actual differences in files; Safe physical sort of
directories; Touch files (change time/date & attributes stamps);
Find duplicate files on a drive; Open files and launch applications;
Multiple include/exclude file masks and the ability to
include/exclude files based on size and date; Command line switches
to automate comparisons & synchronize operations via batch files;
Configurable output file and print functions to create reports of
single and comparison directory lists; Detects & runs (optionally)
setup programs in archives; File numbering to number files
sequentially based on adjustable sort order and a user defined
starting value.  Help file with examples included.  A complete
German version and Japanese language module are available from
http://www.funduc.com.  Cost: $25

Registry Toolkit (shareware) - Registry Toolkit is a utility for 
advanced computer users that performs search &/or replacement 
operations on the Windows 95/98/NT registry. You can 
search/replace using case sensitive or insensitive settings and
regular expressions in registry data, values, keys (or any 
combination) and specify the types of data to process. If you 
cancel a search the results up to that point (if any) are 
displayed in a tree list. You can print and print preview the
search results, import or export parts of the registry to/from
text files, create and edit keys, values, & data of all types, 
delete keys & values (after confirmation), and undo the last 
changes made. Registry Toolkit will operate on a remote 
registry (if you have permission to do so).  Cost: $25

Shortcut Doctor for Windows 95/NT (shareware) - Shortcut Doctor
allows you to check all your links/shortcuts and see which contain
targets which can no longer be found.  You can then delete the
shortcuts, resolve them or replace all shortcuts pointing to a
certain drive or directory with another (after validation of new
path is made). Individual shortcuts can be edited and all shortcuts
on a drive can be displayed, regardless of whether they are valid or
not.  CD-ROM drives or network drives can be ignored during
processing. Cost: $15.

Funduc Explorer Extensions (shareware) - Explorer Extensions allow
you to perform additional tasks using a familiar interface: the
Windows 95/NT Explorer.  You can split and concatenate files to/from
diskettes; Encode/Decode UUENCODE, Base64(Mime), BinHex(Mac), and
XXENCODE formats (Decode also includes printable, 7 bit unencoded, &
plain text), Touch files (change time/date stamp as well as
attributes). Cost: $15.

Drive Bar (shareware) - Drive Bar allows you to conveniently 
open views of your drives in Windows Explorer. Drive Bar's Auto 
Hide function allows it to disappear from view when not in use so 
that it does not take up screen space when not in use. You can 
resize Drive Bar and have it remain visible at all times if you 
like. You can also specify a File Manager program to use instead 
of Windows Explorer, launch drive views as "Tiled" or not, not 
include specified drives in the list of drive icons, and have 
Drive Bar run automatically at Windows startup (see Options). 
Cost: $10.

Sort and Slice (shareware) - Sort and Slice allows easy sorting 
and/or reformatting of Column Delimited files.The program can 
skip header lines, use regular expressions to process variable 
data and has a User Interface that allows the user to graphically 
determine the correct processing parameters. You can also remove 
repeat lines from files and pad fields during the sort. Command 
line switches and scripts are available to easily manage frequent 
operations. Cost: $25.

Delivery Agent (shareware) - Delivery Agent is a send-only email 
program for use by web site managers and network administrators. 
It allows you to easily deliver frequently used email messages 
(& attachments) as text files, which can then be sent to one or 
more users by simply selecting a message and entering the users' 
addresses or by providing a file that contains a list of addresses. 
The settings & message files may be managed with a text editor 
if you like and the program can keep a log of message activity. 
The program uses SMTP services for message delivery and does a 
POP check prior to sends for servers that require IP address 
verification before relaying is permitted. Cost: $25.

HexView for Windows 95/NT (freeware) -  HexView allows you to view,
print, print preview of any file as a Hex Dump.  HexView is
intended as a free companion program to our utility, Search and
Replace. However, it is a standalone application and you are free
to use it as you see fit.  The source code (C++ using MFC 4.x or
higher) can be downloaded for free from http://www.funduc.com. 

INI to Registry for Windows 95/NT (freeware) - This program works 
well with any program that relies on .ini files.  It can read the 
contents of any INI file and load them into the Windows 95/NT 
registry.  That way programs which previously used INI files can 
read the old data from the registry.  The program is free.  The 
source code is available for 25.  Please E-MAIL info@funduc.com for 
information on purchasing the source code. 

Decode Windows 95 Shell Extension (freeware) - This Explorer 
extension provides a subset of the decoding features available in 
Directory Toolkit.  It allows you to decode a UUENCODED, XXENCODED, 
BinHex or Base64(MIME) file by simply right-clicking on it in the 
Explorer and selecting Decode from the menu.  It supports multiple 
attachments, multi-part files (already concatenated), XXENCODED and 
User (table) encoded files in addition to UUENCODED, Base64(MIME) 
and BinHex (Mac format) files.

Count Characters (freeware) - This little app was written to: a)
Allow users to dump the contents of combo, edit and list boxes as
well as static and button fields to the clipboard.  This can come in
handy for browser lists, as well as items displayed by other
applications to which you otherwise have no access.  b) To help
users understand how applications are built (what types of controls
are used).  Other tools are available for this of course but they
are usually known only to programmers.  c) To allow users to know at
any time how many characters they have typed in an edit box.  This
might be useful, for example, if a site asks you to only enter a
certain amount of data in their fields but don't tell you that you
went over until it's too late.  Depending on the editor, html
authors might also find this handy for double checking the length of
meta tags.  Separate Win3x & Win 95/98/NT versions included.

Limit Edit (freeware) - Expands upon the built-in limit feature 
for edit boxes and rich edit controls by letting you set your 
own maximum size settings for the amount of text permitted in edit 
boxes and rich edit controls.  For example, you could use Limit 
Edit to set a limit on the amount of text allowed in an instance of 
the Notepad text editor.  Separate Win3x & Win 95/98/NT versions 
included.

Patch Creator (shareware) - Created for software authors, this 
program is used to make patches for updating registered versions 
software. Both the patch creator and patch applicator are easy to 
use GUI programs. The creator is a Win 95/98/NT utility. It can 
create either 16 or 32 bit patches that are self-contained in a 
single GUI .EXE. Compression can be used to reduce file size. You 
can require passwords (or not). Files on users' machines can be 
updated from a specific version, added regardless of existing 
version, removed or renamed. Cost: $75.

Decode/Encode DLLs (shareware) - Also a developer tool, the 
Decode/Encode DLLs can be called from any Windows programming 
language (such as VB, Visual C, Powerbuilder, etc.).  It allows 
you to automatically detect if a given file is UUENCODED, 
Base64(MIME), XXENCODED, BinHex or encoded with a user-supplied 
table.  The DLL can then decode the file(s) either in the current 
directory or in one specified by the user. Binary files can also be 
encoded for transmission over the Internet.  Cost: $58.

Custom programming and consulting services are also available.
Please write us at info@funduc.com for inquiries and personalized
arrangements.
