.. _RenameWin: RenameWin ============================================================================== Changes the name of a window. **Syntax** :: **Parameters** - ``Oldname`` is the window's current name. - ``Newname`` is the window's new name. **Remarks** You can also rename windows with :ref:`RenameFromPath` or :ref:`RenameTargetWin`. You don't have to type the entire old name. **Examples** The following hotkey changes the name of a window called "Bloodlust" to "MyGame.":: If the name of a window contains space, put quotation marks around it:: **Related topics** - :ref:`RenameFromPath` - :ref:`RenameTargetWin`