home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware GOLD / NuclearComputingVol3No1.cdr / utils / f1164 / desksave.doc < prev    next >
Text File  |  1990-07-20  |  2KB  |  56 lines

  1. Version 2.0    15 Sep 1988
  2. Version 2.0a    20 Jul 1990  Recompiled for Windows 3.0
  3. ---------------------------
  4.  
  5. V2.0 can handle multiple application of same name and iconic applcations.
  6.  
  7. General information:
  8.  
  9. DESKSAVE is a Windows 3.0 utility which saves window applications
  10. positions and sizes as default so that next time you start Windows
  11. you'll get the same desktop as you had before.
  12.  
  13. DESKSAVE runs as an icon, and all its commands are on the System menu.
  14.  
  15. To save desktop:
  16.     - run DESKSAVE
  17.     - select option "Save Desk" from System menu
  18.  
  19. To arrange desktop:
  20.     - select option "Arrange Desk" from System menu
  21.  
  22.     OR
  23.  
  24.     - run DESKSAVE with command line option "-l"
  25.  
  26. When saving desktop DESKSAVE enumerates all top level window applications
  27. (not popup style) and saves the names and positions of those
  28. applications to WIN.INI. If application has an open window, DESKSAVE
  29. adds its name to the list of applications to be run when starting Windows.
  30. If application is iconic, its name is added to the load-list.
  31.  
  32. The format of lists in WIN.INI is:
  33.  
  34. [DeskSave]
  35. FILE.EXE=0 0 50 60;60 100 100 140    (filename=position rectangle of
  36.                           application window #1;#2; ...
  37. iFILE.EXE=0 0 50 60;60 100 100 140    (same as above but application
  38.                      is iconic (minimized))
  39.  
  40. When arranging desktop DESKSAVE enumerates top level applications. If the same
  41. name is found from [DeskSave] list in WIN.INI, a window positioning message
  42. is send to application.
  43.  
  44. To running system you need two files:
  45.     DESKSAVE.EXE and DESKLOAD.EXE
  46.  
  47. DESKLOAD.EXE is used to be loaded as a last application in "Load"-list
  48. in WIN.INI. It arranges the desktop and exits.
  49.  
  50. You may use and distribute this program and sources freely.
  51. I hope you find DESKSAVE useful.
  52.  
  53. Jari Salminen, OH2BYQ
  54. UUCP:        mcvax!tut!kolvi!jsa
  55. Internet:    jsa@kolvi.hut.FI
  56.