Menu

Home

Sopalajo de Arrierez y Torrezno

Welcome to your wiki!

This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses Markdown syntax.

Project Members:


Discussion

  • Sopalajo de Arrierez y Torrezno

    WinPositions Suite is a set of some simple programs intended to store and retrieve the positions of each window in the Desktop, in order to restore it later.

    Just run "SaveWinPositions" to store the data (coordinates and size) of all the windows (even minimized ones), and restore them at any time by running "RestoreWinPositions" later.

     

    Last edit: Sopalajo de Arrierez y Torrezno 2014-10-13
  • Sopalajo de Arrierez y Torrezno

    Command line parameters:

    **SaveWinPositions [NumMonitors]**

    NumMonitors: (1 default) integer (positive) specifying the number of physical screens on the computer. The program will exit is at least this number of screens is not available. Zero (0) to ignore and save anyway.

    **RestoreWinPositions [NumMonitors]**

    NumMonitors: (1 default) integer (positive) specifying the number of physical screens on the computer. The program will wait for this number of screens available to start restoring. Zero (0) to ignore and restore anyway.

     
  • Sopalajo de Arrierez y Torrezno

    Configuration:
    - The file screens.cfg in the program's directory can contain the parameter NumMonitors (just a text file with a single number).

     
  • Sopalajo de Arrierez y Torrezno

    It is programmed using AutoHotkey, and, as for now, both code (.ahk files) and log files (at %TEMP%\WinPositions-Log.txt) are only in spanish language.

    The storage file (containing the stored position of each window) is at %TEMP%\WinPos.txt.

     

    Last edit: Sopalajo de Arrierez y Torrezno 2014-10-13

Log in to post a comment.