home *** CD-ROM | disk | FTP | other *** search
/ Shareware Breakthrough: Utilities & Productivity / SharewearBreakthroughUtil_ProdCol.cdr / util / arrange / readme.txt < prev   
Encoding:
Text File  |  1990-09-13  |  3.2 KB  |  81 lines

  1.  
  2. The enclosed files are a simple utility that allows you to save
  3. and restore the size and location of windows in WINDOWS 3.0.
  4. To install it, simply copy the arrange.exe file to your
  5. windows root directory (usually C:\WINDOWS). You can install
  6. it as an icon using the usual procedure (i.e. choose FILE,
  7. then NEW, etc.).
  8.  
  9. When activated ARRANGE will display a window with a lot of
  10. useful system info, like free disk space, available memory,
  11. system time, etc. These parameters are all updated every half
  12. second, so it gives you a running account of system
  13. resources. But all of this is ancillary stuff. The main
  14. purpose of ARRANGE is to maintain a file (also in C:\WINDOWS)
  15. called arrange.ini which stores the locations and sizes of
  16. windows. The two ARRANGE menus offer the following options:
  17.  
  18. EXIT - close the ARRANGE window
  19.  
  20. ABOUT - the obligatory info box
  21.  
  22. SAVE ALL - saves the location of all current top level windows. This
  23.            data stays in the arrange.ini file until you remove or
  24.            change it.
  25.  
  26. SAVE PREVIOUS - save the size and location of the last file activated
  27.            before you activated the ARRANGE window.
  28.  
  29. RESTORE ALL - restores the locations of all current windows that have
  30.           an entry in the arrange.ini file.
  31.  
  32. RESTORE PREVIOUS - restores the location of the last file activated
  33.           before you activated the ARRANGE window (if it has
  34.           an entry in arrange.ini).
  35.  
  36. INITIALIZE - clears the arrange.ini file of all windows locations
  37.           and sizes.
  38.  
  39. The OPTIONS menus allows you to change the following settings:
  40.  
  41. SAVE ON EXIT - if set to "yes" all current windows sizes/locations
  42.           will be saved in arrange.ini when you exit ARRANGE.
  43.  
  44. ARRANGE ON ACTIVATION - if set to "yes" all current windows will
  45.           be resized/located when you activate arrange (if the
  46.           appropriate entries exist in the arrange.ini file.
  47.  
  48. CLOSE ON ARRANGE - closes the ARRANGE window after windows are
  49.           arranged/resize. Note that once you set this flag
  50.           and exit ARRANGE, you will no longer have menu access
  51.           to arrange. You will nave to use an editor (such as
  52.           NOTEPAD) to change the CloseOnArrange entry in
  53.           arrange.ini back to ""no".
  54.  
  55. The way I use ARRANGE is as follows. I get the windows display the
  56. way I want it. The I use ARRANGE saveall command to save it.
  57. Then I change the arrange flags to "CloseOnArrange=yes"
  58. and "ArrangeOnActivation=yes".
  59.  
  60. Then I add something like this to my win.ini file:
  61.  
  62. run=prog1.exe prog2.exe prog3.exe prog4.exe arrange.exe
  63.  
  64. The when you run windows all the specified will be loaded and run and
  65. placed where you want them.
  66.  
  67. All you need to run ARRANGE is the .exe file. The other stuff is
  68. included for those who have the Windows Program Development
  69. Toolkit and wnat to modify the source. Please be advised that
  70. this is my first stab at writing a windows application. Use at
  71. your own risk. I'll fix any problems that I encounter as I
  72. use the program and resubmit the stff again under another version
  73. (I'm calling this one 1.0). If you make any modification or
  74. improvements I would appreciate hearing from you on THE HUB
  75. Bulletin Board at 703-685-0019.
  76.  
  77. Mike Bushell
  78. 9/13/90
  79.  
  80.  
  81.