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

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:

- save_desk.app needs $HOME

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

- 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
