save_desk.app saves	the	names of  all  accessories you have	left open
~/.accrc.

restore_desk.app reads ~/.accrc and tries to open these accessories again.
So, you may install restore_desk.app as a Thing auto start program (or run
it from ~/.profile: x.gtp /usr/bin/restore_desk.app) in order to recall
those important accessories like Eyes, Clock, Load and so on.

save_desk and restore_desk run at least under:
N.AES
ATARI AES 4.1
MagiC 5.x (yes, try it)
...and perhaps under any other system supporting appl_search() and
wind_get(WF_OWNER).


C A U T I O N:

- restore_desk.app needs $HOME

- this is a very early version of restore_desk.app. It may not work properly

- restore_desk.app can only open up to 16 accessories

- some accessories like 1stGuide do not check their open id and will try to
  open up to 16 windows:-( Better close such accessories before logout

- the actual format of each line of ~/.accrc is:
  - each line is 22 characters long + cr + lf = 24 bytes
  - the first 8 characters are the name of the accessory, in capital
    letters and filled up with spaces (-> appl_find() )
  - the characters 9 to 22 are reserved for future extensions
  - character 23 = cr
  - character 24 = lf
