Regdel 4 - Delete Registry Entries from Batch Files
===================================================

________________
What is Regdel ?

  Regdel is a command line tool for Windows 9x/NT to delete
  registry entries specified as command line parameters.
  This can be useful for continuous registry clean-up or for
  simple software uninstalling batch files.

_________________
What is Regdelw ?

  Regdelw is an extended version of Regdel. It has a more
  comfortable user-interface and is easier to use. The
  command-line formats of Regdel and Regdelw are identical.

___________________
Command Line Format

  regdel key [value|@] [/q] [/n]

    key    Full pathname of registry key to remove.
    value  Name of value to remove.
    @      Default value.
    /q     Quiet mode.
    /n     No confirmation.

  See included "Example.bat" for more information.

__________
User Notes

  The following root-keys of the registry are supported and
  can either be in the long form known from Regedit or in
  the short form:
  HKEY_CLASSES_ROOT (HKCR), HKEY_CURRENT_USER (HKCU),
  HKEY_LOCAL_MACHINE (HKLM), HKEY_USERS (HKUS)

  Registry entries containing whitespace characters must be
  included into double quotation marks.

  On Windows NT, Regdel may not be able to access some root
  keys if you are not a system administrator. However,
  HKEY_CLASSES_ROOT and HKEY_CURRENT_USER can always be
  accessed.

___________________________
Installing and uninstalling

  Simply copy regdel.exe and regdelw.exe to any directory on
  your computer. These programs do not write any ini-files
  or registry entries. You can delete them to have a
  complete uninstall.

___________
Source Code

  The Regdel source code is available at
  http://www.mountpoint.ch/flo.

________________
Copyright Notice

  Regdel is FREEWARE.
  
  The software may be used and distributed freely and may
  be shipped with other applications as uninstall tool.
    
  The use of the software is AT YOUR OWN RISK.

  (c) Florian Balmer 1999
  freeware@mountpoint.ch
  www.mountpoint.ch/flo

###
