Path: utzoo!utgpu!watserv1!watdragon!tiger!swklassen From: swklassen@tiger.waterloo.edu (Steven W. Klassen) Newsgroups: comp.sys.atari.st Subject: Re: AES Command - APPL_FIND? Summary: Parameters for appl_find Message-ID: <19947@watdragon.waterloo.edu> Date: 18 Jan 90 20:55:13 GMT References: <89122504041917@masnet.uucp> Sender: daemon@watdragon.waterloo.edu Reply-To: swklassen@tiger.waterloo.edu (Steven W. Klassen) Organization: U. of Waterloo, Ontario Lines: 22 In article <89122504041917@masnet.uucp> nut@wet.uucp@canremote.uucp (nut@wet.UUCP) writes: >Does anyone out there in netland know of the proper parameters to >pass for the AES function APPL_FIND? I am a starving... The format of the appl_find function is as follows: int appl_find( name ) char name[9]; name is the name of the application you are trying to find, without the extension and all in upper-case letters. It is always 8 characters plus the final null character. (eg. if you are looking for 'example.prg' then name should point to the string "EXAMPLE ". (don't forget the blank character to pad it to 8 chars.) This info is a paraphrased version of the description given in the Mark Williams C Manual. Steven W. Klassen +-----------------------------+ Computer Science Major | Support the poor...buy fur! | University of Waterloo +-----------------------------+