Path: utzoo!mnetor!uunet!husc6!uwvax!puff!avery From: avery@puff.cs.wisc.edu (Aaron Avery) Newsgroups: comp.sys.amiga Subject: Re: calling all gurus Message-ID: <1544@puff.cs.wisc.edu> Date: 6 Apr 88 01:49:46 GMT References: <8804051628.AA27845@decwrl.dec.com> Reply-To: avery@puff.WISC.EDU (Aaron Avery) Organization: U of Wisconsin CS Dept Lines: 15 In article <8804051628.AA27845@decwrl.dec.com> kruger@16bits.dec.com (Bear with me) writes: >unnecessary. Anyone feel kind? For that matter, is the format of system-config >even documented anywhere? If not, could anyone from CATS post it? The format of system-configuration is exactly the Preferences structure documented in the intuition header. This program would be quite trivial to write. You merely need to read the file with the supplied name into a buffer (it should be 232 bytes long, which is sizeof(struct Preferences)), then use the 1.2 SetPrefs() function. Let me know if you need more info, or want me to write one. -- Aaron Avery (avery@puff.cs.wisc.edu) ({seismo,caip,allegra,harvard,rutgers,ihnp4}!uwvax!puff!avery)