Path: utzoo!attcan!uunet!cbmvax!steveb From: steveb@cbmvax.UUCP (Steve Beats) Newsgroups: comp.sys.amiga Subject: Re: Workbench1.3 - Resident Bug? Keywords: Workbench1.3 Resident Message-ID: <5563@cbmvax.UUCP> Date: 22 Dec 88 19:33:52 GMT References: <3797@midas.TEK.COM> Reply-To: steveb@cbmvax.UUCP (Steve Beats) Distribution: na Organization: Commodore Technology, West Chester, PA Lines: 18 In article <3797@midas.TEK.COM> romans@midas (Roman Slizynski) writes: > > I have tried a Resident command many times and even after a long session > during which I've been using several different resident programs the > UseCount always shows 0. > > There is no doubt that resident programs were used. > > Any suggestions, bug reports ? > The usecount reflects the number of CURRENT uses of the command, not the total number of usages since the command was made resident. Try typing 'run residentcmd' and then type 'resident' while the first command is still executing. You should see that the usecount has bumped to 1. Usecount is really only used by the remove option of resident. A command cannot be removed from the resident list if its usecount != 0. ie. it's in use. Steve