Solstice NFS Client 3.2 User's Guide for Microsoft Windows 95 and Windows NT

REG NEWKEY keypath

Creates a new Registry key at the path keypath.

If keypath contains spaces, enclose them in quotes.

keypath is the full path to the key containing the value. You can abbreviate HKEY_LOCAL_MACHINE to HKLM and HKEY_CURRENT_USER to HKCU.

Example:

This example creates a new Registry key called: HKEY_CURRENT_USER\Software\Netscape\MyKey

	REG NEWKEY HKEY_CURRENT_USER\Software\Netscape\MyKey