#WorkBench Icons
07-May-90 15:01:52
Sb: #102992-#WorkBench Icons
Fm: Eric M. Bram 70045,1171
To: Phil Koenig 73027,2354
Phil,
You can do that sort of thing by saving your Disk.info files after you
do a snapshot. Here's what I do for ram: First I move the ram: icon to
where I want it, then double click the icon and set up the window the way I
want it, then do a snapshot. Then I save the info files on my hard drive
(or startup floppy, I'll use DH0: for this example) in this manner:
copy ram:Disk.info DH0:ramdiskinfo
copy ram:.info DH0:raminfo
— Then, in my startup sequence, BEFORE "LoadWB", I do this:
copy DH0:ramdiskinfo ram:Disk.info
copy DH0:raminfo ram:.info
— You can do the same type of thing with other volumes, in a similar
manner.
– Emb