> From: Jason Davies <[EMAIL PROTECTED]> > Subject: Re: [PCI] software running on shutdown > >> Hi All, >> >> I have a 9600/G4700 with 440mb of ram running os 9.2.2. In the last few days >> when I go to shut down my computer I get a message that comes back and tells >> me that there is a program running, and to shut it down first, but there is >> nothing running. If I click on the finder deal, it only shows finder with a >> check mark on it. I'm not real good with macs, is there a way that I can >> check to see if there is something running in the background? Has anyone had >> a similar problem? >> >> Thanks, >> Bob >> >> > > paste this into "Script Editor" and run it. > > > -- start script > tell application "Finder" > set AppleScript's text item delimiters to return > set n to name of every process > end tell > display dialog (n as text) > -- end script > -- > I'm Jason Davies, and I approve of this message > Master Gizmologist > Cream City Traction Club > > http://www.geocities.com/jason_e_davies/cct.html
nice one Jason, I tried it on my machine. yes, things run that do not appear in the application menu. in my case, folder actions, keyquencer and osa menu... all things that are in fact on hand... David Elmo -- PCI-PowerMacs is sponsored by <http://lowendmac.com/> and... Small Dog Electronics http://www.smalldog.com | Refurbished Drives | -- Sonnet & PowerLogix Upgrades - start at $169 | & CDRWs on Sale! | Support Low End Mac <http://lowendmac.com/lists/support.html> PCI-PowerMacs list info: <http://lowendmac.com/lists/pci-powermacs.shtml> --> AOL users, remove "mailto:" Send list messages to: <mailto:[EMAIL PROTECTED]> To unsubscribe, email: <mailto:[EMAIL PROTECTED]> For digest mode, email: <mailto:[EMAIL PROTECTED]> Subscription questions: <mailto:[EMAIL PROTECTED]> Archive:<http://www.mail-archive.com/pci-powermacs%40mail.maclaunch.com/> iPod Accessories for Less at 1-800-iPOD.COM Fast Delivery, Low Price, Good Deal www.1800ipod.com
