====== NoClose simple replacer ====== A simple replacement for the standard NoClose.exe (NoClose64.exe) file. Was made for myself, in order to achieve the following capabilities: * Ability to center the console window relative to the screen * Ability to set the size of the console window * Ability to set the text color of the console window Provided as is, no improvements planned. The settings are set in the **Options** section of the **noclose.ini** file next to the executable files. |CustomSizePos=1|[1/0] Will be applied the settings specified by the PosX, PosY, Width, Height keys, otherwise by default.| |CustomColor=1|[1/0] Will be applied the settings specified by the ForeColor, BackColor keys, otherwise by default.| |PosX=-1|Sets the position in pixels along the X. If equal to -1 - centers on the X of screen.| |PosY=-1|Sets the position in pixels along the Y. If equal to -1 - centers on the Y of screen.| |Width=800|The width of the window in pixels.| |Height=480|The height of the window in pixels.| |ForeColor=10|Text color (green by default).| |BackColor=0|Background color (black by default).| The palette is limited to 16 colors, keys can take values from 0 to 15. Installation: replace the original files in the Total Commander folder.