Re: Listing apps in launch order
Re: Listing apps in launch order
- Subject: Re: Listing apps in launch order
- From: Bryan <email@hidden>
- Date: Mon, 29 Jan 2001 04:56:07 -0500
- Organization: Apex Radiology
OOps,
There's that OSAXen load order problem again...
Akua Sweets and Process Hacking OSAX both use the term "all processes"
The Akua version, Like the LNS version, lists all apps in launch order by default
but you can get it to return just the background a
This is the corrected list:
if you want a list of apps in launch order:
Just the foreground apps:
Process Hacking OSAX :
"all processes"
+event AEHKAllP;
Foreground and Background apps:
Late Night Software Suite :
Processes Dictionary OSAX :
"list processes"
+event ScTllApp;
Akua Sweets :
"all processes"
+event AEHKAllP;
Process Hacking OSAX :
"all processes background processes true"
+event AEHKAllP; with background processes
Just the background apps:
Process Hacking OSAX :
"all processes foregroundable processes false background processes true"
+event AEHKAllP; with background processes without foregroundable
processes
Akua Sweets :
"all processes background only true"
+event AEHKAllP; with background only
the ancient (1996) Process List OSAX seems to be broken in OS 9
I wrote:
>
if you want a list of apps in launch order:
>
>
Just the foreground apps:
>
Akua Sweets :
>
"all processes"
>
>
Foreground and Background apps:
>
Late Night Software Suite :
>
Processes Dictionary OSAX :
>
"list processes"
>
>
Bryan Kaufman